scratch-www/.sass-lint.yml
carljbowman 41e4b3b990 Add Global Colors and Updated SCSS / Linter
Created a new global style sheet to manage colors and converted all the current SCSS to match the new color scheme.
2015-09-29 11:22:48 -04:00

24 lines
328 B
YAML

rules:
color-literals: 2
final-newline: 2
hex-notation: 2
indentation:
- 2
-
size: 4
leading-zero: 2
nesting-depth:
- 1
-
max-depth: 4
no-css-comments: 0
no-ids: 0
property-sort-order:
- 2
-
order: concentric
quotes:
- 2
-
style: double
zero-unit: 2