chore(): update scsslint

This commit is contained in:
Adam Bradley
2016-03-10 12:56:45 -06:00
parent fe256c785c
commit 133beaba31

View File

@ -13,13 +13,16 @@ linters:
# Box # Box
- display
- position - position
- top - top
- right - right
- bottom - bottom
- left - left
- z-index
- display
- float
- clear
-
- flex - flex
- flex-basis - flex-basis
- flex-direction - flex-direction
@ -32,30 +35,25 @@ linters:
- align-self - align-self
- justify-content - justify-content
- order - order
-
- width
- min-width
- max-width
- height
- min-height
- max-height
- margin - margin
- margin-top - margin-top
- margin-right - margin-right
- margin-bottom - margin-bottom
- margin-left - margin-left
- padding - padding
- padding-top - padding-top
- padding-right - padding-right
- padding-bottom - padding-bottom
- padding-left - padding-left
-
- float - width
- clear - min-width
- max-width
- height
- min-height
- max-height
-
- columns - columns
- column-gap - column-gap
- column-fill - column-fill
@ -64,17 +62,6 @@ linters:
- column-count - column-count
- column-width - column-width
- transform
- transform-box
- transform-origin
- transform-style
- transition
- transition-delay
- transition-duration
- transition-property
- transition-timing-function
# Border # Border
- border - border
@ -112,20 +99,8 @@ linters:
- outline-style - outline-style
- outline-width - outline-width
# Background
- background
- background-attachment
- background-color
- background-image
- background-repeat
- background-position
- background-size
# Text # Text
- color
- font - font
- font-family - font-family
- font-size - font-size
@ -137,7 +112,6 @@ linters:
- letter-spacing - letter-spacing
- line-height - line-height
- list-style - list-style
- text-align - text-align
- text-decoration - text-decoration
- text-indent - text-indent
@ -150,6 +124,18 @@ linters:
- white-space - white-space
- word-spacing - word-spacing
- color
# Background
- background
- background-attachment
- background-color
- background-image
- background-repeat
- background-position
- background-size
# Other # Other
- border-collapse - border-collapse
@ -166,7 +152,19 @@ linters:
- table-layout - table-layout
- vertical-align - vertical-align
- visibility - visibility
- z-index
# Transforms
- transform
- transform-box
- transform-origin
- transform-style
- transition
- transition-delay
- transition-duration
- transition-property
- transition-timing-function
StringQuotes: StringQuotes:
enabled: true enabled: true