We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b428bf commit 6e907e1Copy full SHA for 6e907e1
.stylelintrc.json
@@ -14,6 +14,7 @@
14
"scss/percent-placeholder-pattern": null,
15
"scss/at-mixin-pattern": null,
16
"scss/at-import-partial-extension": null,
17
- "scss/dollar-variable-colon-space-after": "always-single-line"
+ "scss/dollar-variable-colon-space-after": "always-single-line",
18
+ "declaration-property-value-no-unknown": true
19
}
20
0 commit comments