summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 82a61ce..f96ade9 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -55,5 +55,11 @@
55 55
56 { "properties": [ "tab-size", "counter-reset", "counter-increment", "resize", "cursor", "pointer-events", "speak", "user-select", "nav-index", "nav-up", "nav-right", "nav-down", "nav-left" ] } 56 { "properties": [ "tab-size", "counter-reset", "counter-increment", "resize", "cursor", "pointer-events", "speak", "user-select", "nav-index", "nav-up", "nav-right", "nav-down", "nav-left" ] }
57 ] 57 ]
58 } 58 },
59 "overrides": [
60 {
61 "files": ["**/*.scss"],
62 "customSyntax": "postcss-scss"
63 }
64 ]
59} 65}