helio 0.0.0.6 → 0.0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24d0e9acdfea84a0eb8d5662449019faf28b9534
4
- data.tar.gz: d4eae10a10b37ccdd901a023b374b5ae785cefa3
3
+ metadata.gz: fb4951300a43205cbfbc1856a3b0cdd91a4bb3be
4
+ data.tar.gz: 16b48c44c4fd4d591f36c02388877ef44d7fc7eb
5
5
  SHA512:
6
- metadata.gz: e05a63bca499c29dd465cf686152298a7d41cd0e2037479f2d7700bc4e36f478ca116700229981f44f4924b6a33649131eca89bb7432945342b4e92351c24326
7
- data.tar.gz: 23eefd672ce80175472f784068b6457265b336964ac07eb4b93380c0ff7af6ffa82feb7e6115b51c663db13fd17ce84800ef4d9b0ac64d17bb65afe5a2ec8265
6
+ metadata.gz: 371f1341fdf25f75c89b6f94091287045d2d8e8587fd5659bf586ce46d7c702b0173ebdfcc5b66e81d8765a4e4317e68d6f6caac17f105b44d2dc01ca14dc2ac
7
+ data.tar.gz: 742cd2748ce35e12ce1410a988e00e6f85115c1514c831f87a6b7f34196735107b94f7a2e1e4c99c9615f22df821ccfdf429923ce83266975eb94d5ccdcd0562
@@ -68,11 +68,6 @@
68
68
  }
69
69
  }
70
70
 
71
- .mh-a {
72
- margin-left: auto;
73
- margin-right: auto;
74
- }
75
-
76
71
  @include dimensions(0, 0px);
77
72
 
78
73
  @for $space-index from 1 through length($helio-spaces) {
@@ -97,6 +92,11 @@
97
92
  @include paddings($space-index, $space);
98
93
  }
99
94
 
95
+ .mh-a {
96
+ margin-left: auto;
97
+ margin-right: auto;
98
+ }
99
+
100
100
  @include margins(0, 0px);
101
101
 
102
102
  @for $space-index from 1 through length($helio-spaces) {
@@ -15,13 +15,13 @@ $helio-shades: (
15
15
  #DDDDDD,
16
16
  #EEEEEE,
17
17
  #FFFFFF
18
- );
18
+ ) !default;
19
19
 
20
20
  $helio-colors: (
21
21
  red: #FF0000,
22
22
  green: #16DE7A,
23
23
  blue: #3A6EFC
24
- );
24
+ ) !default;
25
25
 
26
26
  $helio-spaces: (
27
27
  1px,
@@ -36,7 +36,7 @@ $helio-spaces: (
36
36
  60px,
37
37
  80px,
38
38
  100px
39
- );
39
+ ) !default;
40
40
 
41
41
  $helio-font-sizes: (
42
42
  10px,
@@ -62,10 +62,10 @@ $helio-font-sizes: (
62
62
  72px,
63
63
  84px,
64
64
  100px
65
- );
65
+ ) !default;
66
66
 
67
67
  $helio-font-weights: (
68
68
  300,
69
69
  400,
70
70
  700
71
- );
71
+ ) !default;
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.0.0.6'
2
+ VERSION = '0.0.0.7'
3
3
  end
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.0.0.6
4
+ version: 0.0.0.7
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-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass