Skip to content

Commit c4d1cdd

Browse files
committed
chore(stylelint): disable import-notation
1 parent ba321aa commit c4d1cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.stylelintrc

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"rules": {
1111
"color-function-notation": "legacy",
12+
"import-notation": null,
1213
"number-leading-zero": "never",
1314
"number-max-precision": 6,
1415
"string-quotes": "single"

0 commit comments

Comments
 (0)