d63c291f86
* add scss_lint to Gemfile * add .scss-lint.yml * fix warnings of scss-lint * chmod -x styles/variables.scss * Enable CodeClimate SCSS Lint checks
10 lines
386 B
SCSS
10 lines
386 B
SCSS
$color1: #282c37 !default; // darkest
|
|
$color2: #d9e1e8 !default; // lightest
|
|
$color3: #9baec8 !default; // lighter
|
|
$color4: #2b90d9 !default; // vibrant
|
|
$color5: #ffffff !default; // white
|
|
$color6: #df405a !default; // error red
|
|
$color7: #79bd9a !default; // succ green
|
|
$color8: #000000 !default; // black
|
|
$color9: #ff5050 !default; // red
|
|
$color10: #ca8f04 !default; // dark goldenrod
|