diff options
Diffstat (limited to '.sass-lint.yml')
| -rw-r--r-- | .sass-lint.yml | 14 |
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 |
