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.
2 parents b315011 + cc6f390 commit 54a3ba1Copy full SHA for 54a3ba1
packages/stylelint-config-ckeditor5/.stylelintrc
@@ -1,6 +1,11 @@
1
{
2
"extends": "stylelint-config-recommended",
3
"rules": {
4
- "at-rule-no-unknown": null
+ "at-rule-no-unknown": null,
5
+ "indentation": "tab",
6
+ "declaration-property-value-blacklist": {
7
+ "/.*/": ["/#/", "/rgb/"]
8
+ },
9
+ color-named: "never"
10
}
11
0 commit comments