Skip to content

Commit 480ccd2

Browse files
Added min and max width/height to sort property rules
1 parent c066df3 commit 480ccd2

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

sass-lint.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ options:
1515
files:
1616
include: 'scss/**/*.s+(a|c)ss'
1717
ignore:
18-
- 'scss/**/.css'
19-
# Rule Configuration
18+
# - 'node_modules/**/*.scss'
19+
#Rule Configuration
2020
rules:
2121
extends-before-mixins: 2
2222
class-name-format:
@@ -98,6 +98,7 @@ rules:
9898
- content
9999
- display
100100
- position
101+
- float
101102
- z-index
102103
- top
103104
- right
@@ -121,25 +122,29 @@ rules:
121122
- padding-left
122123
- min-width
123124
- width
125+
- max-width
124126
- min-height
125127
- height
128+
- max-height
126129
- vertical-align
127130
- white-space
128131
- font
129132
- font-style
130133
- font-size
134+
- line-height
131135
- font-weight
132136
- text-align
133137
- text-transform
134-
- font-decoration
138+
- text-decoration
135139
- color
136-
- background-color
137140
- background
141+
- background-color
142+
- box-shadow
138143
- transition
139144
- border-radius
140145
ignore-custom-properties: true
141146
variable-for-property:
142-
- 2
147+
- 0
143148
-
144149
properties:
145150
-

0 commit comments

Comments
 (0)