aboutsummaryrefslogtreecommitdiffstats
path: root/.sass-lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.sass-lint.yml')
-rw-r--r--.sass-lint.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.sass-lint.yml b/.sass-lint.yml
new file mode 100644
index 0000000..93f03da
--- /dev/null
+++ b/.sass-lint.yml
@@ -0,0 +1,14 @@
1options:
2 merge-default-rules: true
3 formatter: visualstudio
4rules:
5 indentation:
6 - 1
7 - size: 4
8 property-sort-order:
9 - 1
10 - order: recess
11 leading-zero:
12 - 1
13 - include: true
14 space-around-operator: 0