helio 0.0.0.9 → 0.0.1.0

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: 188046c3d23f9006d6af5b444604d52d9d49c9a8
4
- data.tar.gz: 241e70a3177c189f77e5f8bb841100877c1447df
3
+ metadata.gz: 29b788d34fbf4aa63fb691e7be9f9d66907a0cb9
4
+ data.tar.gz: 2cc47556abef9edec961e0abf57670b4002f3059
5
5
  SHA512:
6
- metadata.gz: a8ebe32563ff8ce761ab164d8b6e1db9ae998c13bc68a67a2cc90f220b4b929b10815188b0e37d7a3f9edba503b501e3e04be2fe69595ca77b0be382dad30cae
7
- data.tar.gz: a9c4c12c370ae2e35833de90fc52a22815bfa6ff08747ca2c555d61b30324e4d07f9a42aa9c4a55bbcd96f270a92cc17f9c5c104289f713898aefa3bcf709cbe
6
+ metadata.gz: 53719ea272fed6fcf7bf24933c949668a04e25a989e188f852f0f4e4a8ad28f8dd8dae9e0c739a9712e0677ead9a04afd54f5d6f92922c28a9b0ccfb4437905b
7
+ data.tar.gz: 0e5dab3c4acaeb02cf0aa5e310b94187ce105ac7eccc3feef5bfb650f708259421a018a797197dcb8ce23ea54a440fbdf26926883a0f995abe94d49925a5c3e8
@@ -9,7 +9,7 @@
9
9
  .active .bwv-#{$name}-active, .active .bwv-xs-#{$name}-active,
10
10
  .active .bwa-#{$name}-active, .active .bwa-xs-#{$name}-active,
11
11
  .bwt-#{$name}-plus + .bwt-#{$name}-plus, .bwt-xs-#{$name}-plus + .bwt-xs-#{$name}-plus {
12
- border-width-top: $value;
12
+ border-top-width: $value;
13
13
  }
14
14
 
15
15
  .bwl-#{$name}, .bwl-xs-#{$name},
@@ -22,7 +22,7 @@
22
22
  .active .bwh-#{$name}-active, .active .bwh-xs-#{$name}-active,
23
23
  .active .bwa-#{$name}-active, .active .bwa-xs-#{$name}-active,
24
24
  .bwl-#{$name}-plus + .bwl-#{$name}-plus, .bwl-xs-#{$name}-plus + .bwl-xs-#{$name}-plus {
25
- border-width-left: $value;
25
+ border-left-width: $value;
26
26
  }
27
27
 
28
28
  .bwb-#{$name}, .bwb-xs-#{$name},
@@ -34,7 +34,7 @@
34
34
  .active .bwb-#{$name}-active, .active .bwb-xs-#{$name}-active,
35
35
  .active .bwv-#{$name}-active, .active .bwv-xs-#{$name}-active,
36
36
  .active .bwa-#{$name}-active, .active .bwa-xs-#{$name}-active {
37
- border-width-bottom: $value;
37
+ border-bottom-width: $value;
38
38
  }
39
39
 
40
40
  .bwr-#{$name}, .bwr-xs-#{$name},
@@ -47,7 +47,7 @@
47
47
  .active .bwh-#{$name}-active, .active .bwh-xs-#{$name}-active,
48
48
  .active .bwa-#{$name}-active, .active .bwa-xs-#{$name}-active,
49
49
  .bwr-#{$name}-plus + .bwr-#{$name}-plus, .bwr-xs-#{$name}-plus + .bwr-xs-#{$name}-plus {
50
- border-width-right: $value;
50
+ border-right-width: $value;
51
51
  }
52
52
 
53
53
  @media (min-width: $screen-sm-min) {
@@ -61,7 +61,7 @@
61
61
  .active .bwv-sm-#{$name}-active,
62
62
  .active .bwa-sm-#{$name}-active,
63
63
  .bwt-sm-#{$name}-plus + .bwt-sm-#{$name}-plus {
64
- border-width-top: $value;
64
+ border-top-width: : $value;
65
65
  }
66
66
 
67
67
  .bwl-sm-#{$name},
@@ -74,7 +74,7 @@
74
74
  .active .bwh-sm-#{$name}-active,
75
75
  .active .bwa-sm-#{$name}-active,
76
76
  .bwl-sm-#{$name}-plus + .bwl-sm-#{$name}-plus {
77
- border-width-left: $value;
77
+ border-left-width: $value;
78
78
  }
79
79
 
80
80
  .bwb-sm-#{$name},
@@ -86,7 +86,7 @@
86
86
  .active .bwb-sm-#{$name}-active,
87
87
  .active .bwv-sm-#{$name}-active,
88
88
  .active .bwa-sm-#{$name}-active {
89
- border-width-bottom: $value;
89
+ border-bottom-width: $value;
90
90
  }
91
91
 
92
92
  .bwr-sm-#{$name},
@@ -99,7 +99,7 @@
99
99
  .active .bwh-sm-#{$name}-active,
100
100
  .active .bwa-sm-#{$name}-active,
101
101
  .bwr-sm-#{$name}-plus + .bwr-sm-#{$name}-plus {
102
- border-width-right: $value;
102
+ border-right-width: $value;
103
103
  }
104
104
  }
105
105
 
@@ -114,7 +114,7 @@
114
114
  .active .bwv-md-#{$name}-active,
115
115
  .active .bwa-md-#{$name}-active,
116
116
  .bwt-md-#{$name}-plus + .bwt-md-#{$name}-plus {
117
- border-width-top: $value;
117
+ border-top-width: : $value;
118
118
  }
119
119
 
120
120
  .bwl-md-#{$name},
@@ -127,7 +127,7 @@
127
127
  .active .bwh-md-#{$name}-active,
128
128
  .active .bwa-md-#{$name}-active,
129
129
  .bwl-md-#{$name}-plus + .bwl-md-#{$name}-plus {
130
- border-width-left: $value;
130
+ border-left-width: $value;
131
131
  }
132
132
 
133
133
  .bwb-md-#{$name},
@@ -139,7 +139,7 @@
139
139
  .active .bwb-md-#{$name}-active,
140
140
  .active .bwv-md-#{$name}-active,
141
141
  .active .bwa-md-#{$name}-active {
142
- border-width-bottom: $value;
142
+ border-bottom-width: $value;
143
143
  }
144
144
 
145
145
  .bwr-md-#{$name},
@@ -152,7 +152,7 @@
152
152
  .active .bwh-md-#{$name}-active,
153
153
  .active .bwa-md-#{$name}-active,
154
154
  .bwr-md-#{$name}-plus + .bwr-md-#{$name}-plus {
155
- border-width-right: $value;
155
+ border-right-width: $value;
156
156
  }
157
157
  }
158
158
 
@@ -167,7 +167,7 @@
167
167
  .active .bwv-lg-#{$name}-active,
168
168
  .active .bwa-lg-#{$name}-active,
169
169
  .bwt-lg-#{$name}-plus + .bwt-lg-#{$name}-plus {
170
- border-width-top: $value;
170
+ border-top-width: : $value;
171
171
  }
172
172
 
173
173
  .bwl-lg-#{$name},
@@ -180,7 +180,7 @@
180
180
  .active .bwh-lg-#{$name}-active,
181
181
  .active .bwa-lg-#{$name}-active,
182
182
  .bwl-lg-#{$name}-plus + .bwl-lg-#{$name}-plus {
183
- border-width-left: $value;
183
+ border-left-width: $value;
184
184
  }
185
185
 
186
186
  .bwb-lg-#{$name},
@@ -192,7 +192,7 @@
192
192
  .active .bwb-lg-#{$name}-active,
193
193
  .active .bwv-lg-#{$name}-active,
194
194
  .active .bwa-lg-#{$name}-active {
195
- border-width-bottom: $value;
195
+ border-bottom-width: $value;
196
196
  }
197
197
 
198
198
  .bwr-lg-#{$name},
@@ -205,7 +205,7 @@
205
205
  .active .bwh-lg-#{$name}-active,
206
206
  .active .bwa-lg-#{$name}-active,
207
207
  .bwr-lg-#{$name}-plus + .bwr-lg-#{$name}-plus {
208
- border-width-right: $value;
208
+ border-right-width: $value;
209
209
  }
210
210
  }
211
211
  }
@@ -297,7 +297,7 @@
297
297
 
298
298
  @include border-widths(0, 0px);
299
299
  @for $border-width-index from 1 through length($helio-border-widths) {
300
- $name: $border-width-index - 1;
300
+ $name: $border-width-index;
301
301
  $value: nth($helio-border-widths, $border-width-index);
302
302
 
303
303
  @include border-widths(#{$name}, #{$value});
data/lib/helio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.0.0.9'
2
+ VERSION = '0.0.1.0'
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.9
4
+ version: 0.0.1.0
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-06-17 00:00:00.000000000 Z
11
+ date: 2015-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass