assets/stylesheets/helio/_variables.scss in helio-0.0.0.6 vs assets/stylesheets/helio/_variables.scss in helio-0.0.0.7
- old
+ new
@@ -13,17 +13,17 @@
#BBBBBB,
#CCCCCC,
#DDDDDD,
#EEEEEE,
#FFFFFF
-);
+) !default;
$helio-colors: (
red: #FF0000,
green: #16DE7A,
blue: #3A6EFC
-);
+) !default;
$helio-spaces: (
1px,
5px,
7.5px,
@@ -34,11 +34,11 @@
40px,
50px,
60px,
80px,
100px
-);
+) !default;
$helio-font-sizes: (
10px,
11px,
12px,
@@ -60,12 +60,12 @@
54px,
62px,
72px,
84px,
100px
-);
+) !default;
$helio-font-weights: (
300,
400,
700
-);
+) !default;