aboutsummaryrefslogtreecommitdiffstats
path: root/.scss-lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
new file mode 100644
index 00000000..dc53c5d4
--- /dev/null
+++ b/.scss-lint.yml
@@ -0,0 +1,17 @@
+linters:
+ Comment:
+ enabled: false
+ HexLength:
+ style: "long"
+ HexNotation:
+ style: "uppercase"
+ IdSelector:
+ enabled: false
+ ImportantRule: # While I agree with this one, we do need to use !important in some cases
+ enabled: false
+ NameFormat:
+ convention: "snake_case"
+ SelectorDepth:
+ max_depth: 4
+ StringQuotes:
+ style: "double_quotes"