helio 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f34770439a739aaf7674aa9cacb8ae03cff480c4
4
- data.tar.gz: f1a06be9c757331202c727f3f4b504ae30bfd678
3
+ metadata.gz: 3a807e76a5ac50881435679de71ca620456f5d99
4
+ data.tar.gz: 69ad918502ad53e1ce731542650a87e97ef7b33b
5
5
  SHA512:
6
- metadata.gz: 73c70e8ece63b8e2cecd0cc2d94a8c1c42bac52043401b921011ea819fc058216b5ab3ffc0438218a0fca023d8f030f6c04d1f8efa7fafe4449c1d010c11bf68
7
- data.tar.gz: db172c7b3a4b568eccf229110c92a3cf45b3b46a1fa68733b9a75023cf3ad846e9a2e7db50c1a65f26d1735e1708303d8d58e8e025f68d7e11ebf59c14442133
6
+ metadata.gz: 93066cb53cff437a755623819e0e2531bc89ffd001a85b0adccfe9f3dac41b98561c224c5790bc85f433b733ce3fc0da132902d0baeda349aebd9731c0f95cb0
7
+ data.tar.gz: 98272ad60eb923d0a441e7c74a9cda9a1e7a3d57638a3caba4d7c89cbce0f729639f49207f5145afa01c710017dc4857ff7321567fdd46243b4dbccfbe062537
@@ -78,11 +78,19 @@
78
78
  }
79
79
  }
80
80
 
81
- @include colors(n, none);
81
+ @include colors(0, none);
82
82
 
83
83
  @for $color-index from 1 through length($helio-shades) {
84
- $color-name: $color-index - 1;
84
+ $color-name: $color-index;
85
85
  $color-value: nth($helio-shades, $color-index);
86
86
 
87
87
  @include colors(#{$color-name}, #{$color-value});
88
88
  }
89
+
90
+ @for $color-index from 1 through length($helio-colors) {
91
+ $color-row: nth($helio-colors, $color-index);
92
+ $color-name: nth($color-row, 1);
93
+ $color-value: nth($color-row, 2);
94
+
95
+ @include colors(#{$color-name}, #{$color-value});
96
+ }
@@ -16,6 +16,16 @@ $helio-shades: #000000,
16
16
  #FFFFFF
17
17
  !default;
18
18
 
19
+ $helio-colors: ('red', '#E74C3C'),
20
+ ('orange', '#E67E22'),
21
+ ('yellow', '#F1C40F'),
22
+ ('green', '#2ECC71'),
23
+ ('teal', '#1ABC9C'),
24
+ ('blue', '#3498DB'),
25
+ ('purple', '#9b59b6')
26
+ !default;
27
+
28
+
19
29
  $helio-spaces: 1px,
20
30
  5px,
21
31
  7.5px,
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helio-sass",
3
- "version": "0.1.6",
3
+ "version": "0.1.11",
4
4
  "description": "helio",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jovanovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-27 00:00:00.000000000 Z
11
+ date: 2015-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass