mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
41e4b3b990
Created a new global style sheet to manage colors and converted all the current SCSS to match the new color scheme.
24 lines
328 B
YAML
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
|