Skip to content

Commit ec7b8ab

Browse files
committed
changed stylelint-rules:
function-url-quotes to null scss/percent-placeholder-pattern to null custom-property-pattern to null selector-class-pattern to null
1 parent 8f58528 commit ec7b8ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/stylelint/.stylelintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
}
3939
],
4040
"scss/double-slash-comment-empty-line-before": "always",
41-
"scss/map-keys-quotes": "always"
41+
"scss/map-keys-quotes": "always",
42+
"scss/percent-placeholder-pattern": null,
43+
"function-url-quotes": null,
44+
"custom-property-pattern": null,
45+
"selector-class-pattern": null
4246
}
4347
}

0 commit comments

Comments
 (0)