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 +4 -4
- data/assets/stylesheets/helio/_borders.scss +17 -17
- data/lib/helio/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29b788d34fbf4aa63fb691e7be9f9d66907a0cb9
|
|
4
|
+
data.tar.gz: 2cc47556abef9edec961e0abf57670b4002f3059
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
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
|
|
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-
|
|
11
|
+
date: 2015-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|