Skip to content

Commit 821a169

Browse files
fix: re-organized based on feedback
1 parent c95f08d commit 821a169

File tree

1 file changed

+9
-6
lines changed
  • packages/config-presets/config-stylelint

1 file changed

+9
-6
lines changed

packages/config-presets/config-stylelint/ideal.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ module.exports = {
131131
'declaration-bang-space-before': 'always',
132132
'declaration-block-no-shorthand-property-overrides': true,
133133
'order/properties-order': [
134+
'content',
135+
134136
// Display
135137
'display',
136138
'flex',
@@ -148,8 +150,6 @@ module.exports = {
148150
'order',
149151
'box-sizing',
150152
'appearance',
151-
'backdrop-filter',
152-
'backface-visibility',
153153
'visibility',
154154
'opacity',
155155

@@ -161,6 +161,8 @@ module.exports = {
161161
'left',
162162
'float',
163163
'clear',
164+
'transform',
165+
'z-index',
164166

165167
// Size
166168
'width',
@@ -190,7 +192,6 @@ module.exports = {
190192
'list-style-type',
191193
'counter-increment',
192194
'counter-reset',
193-
'content',
194195
'color',
195196
'line-height',
196197
'text-align',
@@ -273,12 +274,14 @@ module.exports = {
273274
'background-position-y',
274275
'background-repeat',
275276
'background-size',
276-
'z-index',
277+
'backdrop-filter',
277278

278279
// Advanced
279-
'clip',
280280
'filter',
281-
'transform',
281+
'clip',
282+
'backface-visibility',
283+
'will-change',
284+
'transition',
282285
'animation',
283286
'animation-delay',
284287
'animation-direction',

0 commit comments

Comments
 (0)