Skip to content

Commit 2436acd

Browse files
josephperrottandrewseguin
authored andcommitted
chore: blacklist usage of data url scheme in scss. (#8899)
1 parent 4d675d6 commit 2436acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stylelint-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"function-comma-space-before": "never",
2323
"function-name-case": "lower",
2424
"function-url-quotes": "always",
25+
"function-url-scheme-blacklist": ["data"],
2526
"function-whitespace-after": "always",
2627

2728
"number-leading-zero": "always",

0 commit comments

Comments
 (0)