aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dev/.sasslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.dev/.sasslintrc')
-rw-r--r--.dev/.sasslintrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dev/.sasslintrc b/.dev/.sasslintrc
new file mode 100644
index 00000000..ac406d7b
--- /dev/null
+++ b/.dev/.sasslintrc
@@ -0,0 +1,15 @@
1options:
2 max-warnings: 0
3rules:
4 property-sort-order:
5 - 1
6 -
7 order: 'concentric'
8 no-important:
9 - 0
10 no-vendor-prefixes:
11 - 0 # this will be fixed with v2: see https://github.com/sasstools/sass-lint/pull/1137
12 nesting-depth:
13 - 1
14 -
15 max-depth: 4