Skip to content

Commit d2e48be

Browse files
committed
Feat(stylelint-config): Add missing CSS properties to CSS properties order ruleset
1 parent fa3098f commit d2e48be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/stylelint-config/rules/properties-order.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'bottom',
1616
'left',
1717
'z-index',
18+
'isolation',
1819

1920
// General appearance
2021
'appearance',
@@ -61,6 +62,7 @@ module.exports = {
6162
'align-items',
6263
'justify-self',
6364
'justify-content',
65+
'justify-items',
6466
'order',
6567
'shape-outside',
6668
'shape-image-threshold',

0 commit comments

Comments
 (0)