scratch-www/.sass-lint.yml

34 lines
528 B
YAML
Raw Permalink Normal View History

2015-09-21 13:27:21 -04:00
rules:
class-name-format: 0
color-literals: 2
2015-09-21 13:27:21 -04:00
final-newline: 2
force-element-nesting: 0
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
no-mergeable-selectors: 0
no-qualifying-elements:
- 1
-
- allow-element-with-attribute
no-transition-all: 0
2015-09-24 19:27:50 -04:00
property-sort-order:
- 2
2015-09-21 13:27:21 -04:00
-
order: concentric
quotes:
- 2
-
style: double
shorthand-values: 0
zero-unit: 2