1 parent 8650fd5 commit 327a3a0Copy full SHA for 327a3a0
1 file changed
.stylelintrc
@@ -0,0 +1,16 @@
1
+{
2
+ "extends": "stylelint-config-standard",
3
+ "plugins": [
4
+ "stylelint-scss"
5
+ ],
6
+ "rules": {
7
+ "at-rule-no-unknown": null,
8
+ "at-rule-empty-line-before": null,
9
+ "block-closing-brace-empty-line-before": null,
10
+ "indentation": 2,
11
+ "no-descending-specificity": null,
12
+ "number-leading-zero": null,
13
+ "rule-empty-line-before": null,
14
+ "scss/at-rule-no-unknown": null
15
+ }
16
+}
0 commit comments