File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ options:
1515files :
1616 include : ' scss/**/*.s+(a|c)ss'
1717 ignore :
18- - ' scss /**/.css '
19- # Rule Configuration
18+ # - 'node_modules /**/*.scss '
19+ # Rule Configuration
2020rules :
2121 extends-before-mixins : 2
2222 class-name-format :
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 -
You can’t perform that action at this time.
0 commit comments