mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
add value for color chill-llight-gray
This commit is contained in:
parent
d3d8f27c6d
commit
ead3e23e16
@ -10,7 +10,7 @@ $chill-beige: #cabb9f;
|
|||||||
$chill-pink: #dd506d;
|
$chill-pink: #dd506d;
|
||||||
$chill-dark-gray: #333333;
|
$chill-dark-gray: #333333;
|
||||||
$chill-light-gray: #b2b2b2;
|
$chill-light-gray: #b2b2b2;
|
||||||
$chill-llight-gray: $chill-light-gray;
|
$chill-llight-gray: #e6e6e6;
|
||||||
|
|
||||||
$dark-grey: $chill-dark-gray;
|
$dark-grey: $chill-dark-gray;
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ $black: #111111;
|
|||||||
$white: #ffffff;
|
$white: #ffffff;
|
||||||
$light-grey: $chill-light-gray;
|
$light-grey: $chill-light-gray;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
due to a bug in sass, we must re-declare the variable in css
|
due to a bug in sass, we must re-declare the variable in css
|
||||||
(use of a sass variable after -- does not work)
|
(use of a sass variable after -- does not work)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user