scratch-www/.sass-lint.yml

25 lines
328 B
YAML
Raw Normal View History

2015-09-21 13:27:21 -04:00
rules:
color-literals: 2
2015-09-21 13:27:21 -04:00
final-newline: 2
2015-09-24 19:27:50 -04:00
hex-notation: 2
2015-09-21 13:27:21 -04:00
indentation:
- 2
-
size: 4
leading-zero: 2
2015-09-24 19:27:50 -04:00
nesting-depth:
2015-09-21 13:27:21 -04:00
- 1
2015-09-24 19:27:50 -04:00
-
max-depth: 4
no-css-comments: 0
no-ids: 0
property-sort-order:
- 2
2015-09-21 13:27:21 -04:00
-
order: concentric
quotes:
- 2
-
style: double
zero-unit: 2