We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436fba3 commit 0417d96Copy full SHA for 0417d96
1 file changed
core/.stylelintrc.json
@@ -38,9 +38,7 @@
38
"selector-pseudo-element-colon-notation": null,
39
"selector-type-no-unknown": null,
40
"shorthand-property-no-redundant-values": null,
41
- "unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px"],
42
- "selector-no-id": null,
43
- "indentation": 4
+ "unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px"]
44
},
45
"ignoreFiles": [
46
"assets/vendor/**/*.css",
0 commit comments