assets/stylesheets/helio/_variables.scss in helio-0.1.10 vs assets/stylesheets/helio/_variables.scss in helio-0.1.11
- old
+ new
@@ -14,9 +14,19 @@
#DDDDDD,
#EEEEEE,
#FFFFFF
!default;
+$helio-colors: ('red', '#E74C3C'),
+ ('orange', '#E67E22'),
+ ('yellow', '#F1C40F'),
+ ('green', '#2ECC71'),
+ ('teal', '#1ABC9C'),
+ ('blue', '#3498DB'),
+ ('purple', '#9b59b6')
+ !default;
+
+
$helio-spaces: 1px,
5px,
7.5px,
10px,
15px,