Skip to content

Commit 2bc1c1c

Browse files
authored
refactor(stylelint): deactivated alphabetical-order (#170)
1 parent de30d8c commit 2bc1c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"declaration-property-value-disallowed-list": null,
1515
"scss/percent-placeholder-pattern": null,
1616
"scss/at-mixin-pattern": null,
17-
"order/order": null
17+
"order/properties-alphabetical-order": null
1818
}
1919
}

0 commit comments

Comments
 (0)