File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
packages/config-presets/config-stylelint Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ module.exports = {
131
131
'declaration-bang-space-before' : 'always' ,
132
132
'declaration-block-no-shorthand-property-overrides' : true ,
133
133
'order/properties-order' : [
134
+ 'content' ,
135
+
134
136
// Display
135
137
'display' ,
136
138
'flex' ,
@@ -148,8 +150,6 @@ module.exports = {
148
150
'order' ,
149
151
'box-sizing' ,
150
152
'appearance' ,
151
- 'backdrop-filter' ,
152
- 'backface-visibility' ,
153
153
'visibility' ,
154
154
'opacity' ,
155
155
@@ -161,6 +161,8 @@ module.exports = {
161
161
'left' ,
162
162
'float' ,
163
163
'clear' ,
164
+ 'transform' ,
165
+ 'z-index' ,
164
166
165
167
// Size
166
168
'width' ,
@@ -190,7 +192,6 @@ module.exports = {
190
192
'list-style-type' ,
191
193
'counter-increment' ,
192
194
'counter-reset' ,
193
- 'content' ,
194
195
'color' ,
195
196
'line-height' ,
196
197
'text-align' ,
@@ -273,12 +274,14 @@ module.exports = {
273
274
'background-position-y' ,
274
275
'background-repeat' ,
275
276
'background-size' ,
276
- 'z-index ' ,
277
+ 'backdrop-filter ' ,
277
278
278
279
// Advanced
279
- 'clip' ,
280
280
'filter' ,
281
- 'transform' ,
281
+ 'clip' ,
282
+ 'backface-visibility' ,
283
+ 'will-change' ,
284
+ 'transition' ,
282
285
'animation' ,
283
286
'animation-delay' ,
284
287
'animation-direction' ,
You can’t perform that action at this time.
0 commit comments