Skip to content

Commit 6e907e1

Browse files
authored
Update .stylelintrc.json
1 parent 4b428bf commit 6e907e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"scss/percent-placeholder-pattern": null,
1515
"scss/at-mixin-pattern": null,
1616
"scss/at-import-partial-extension": null,
17-
"scss/dollar-variable-colon-space-after": "always-single-line"
17+
"scss/dollar-variable-colon-space-after": "always-single-line",
18+
"declaration-property-value-no-unknown": true
1819
}
1920
}

0 commit comments

Comments
 (0)