Skip to content

Commit 7746beb

Browse files
committed
fix: forbid rgb and hsl
1 parent 96337c3 commit 7746beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.stylelintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scss/at-rule-no-unknown": [true],
77
"color-named": "never",
88
"color-hex-length": "long",
9+
"function-blacklist": ["rgb", "hsl"],
910
"declaration-block-no-duplicate-properties": [
1011
true,
1112
{

0 commit comments

Comments
 (0)