aboutsummaryrefslogtreecommitdiff
path: root/.sass-lint.yml
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
commit816d4add6f017775bc1f6607e392bfb71e393ffa (patch)
tree33a25a5b7420c9a1d4d606b312748a5a7426a0b8 /.sass-lint.yml
parentf8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (diff)
repository refactoring
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..ee042cc
--- /dev/null
+++ b/.sass-lint.yml
@@ -0,0 +1,14 @@
+rules:
+ indentation:
+ - 1
+ - size: 4
+ property-sort-order: 0
+ zero-unit: 0
+ single-line-per-selector: 0
+ no-ids: 0
+ nesting-depth: 0
+ leading-zero: 0
+ no-color-literals: 0
+ no-color-keywords: 0
+ placeholder-in-extend: 0
+ no-important: 0