1 parent 1018d64 commit c6c5af4Copy full SHA for c6c5af4
1 file changed
.stylelintrc
@@ -7,7 +7,9 @@
7
"at-rule-no-unknown": null,
8
"at-rule-empty-line-before": null,
9
"block-closing-brace-empty-line-before": null,
10
+ "length-zero-no-unit": null,
11
"no-descending-specificity": null,
12
+ "no-duplicate-selectors": null,
13
"rule-empty-line-before": null,
14
"scss/at-rule-no-unknown": true
15
}
0 commit comments