GIPainter-grid 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/Base/_column.scss +0 -8
- data/lib/GIPainter-grid/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 867f5241f74b1fd67f4dd9a653298bc55f541505
|
4
|
+
data.tar.gz: 1fe4fd0c4904f3449e7d0fc84ea224acddd466cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b48bd7bcdd7d43d1d7cb05b83e33a31eb0cfc90c9a100f2f1a002047f924b3e0b387ddf44652fdf8c530929c22006fd0744014d41f84091c132e02071bcef973
|
7
|
+
data.tar.gz: 0646dd602f986c5e69df200d11a9c18d4027d2df4588ff64ea5a5fc95bc01daf93568c8dcf7f6e34203ee302536c400d84329416ce60021d6d348a692f4a1639
|
@@ -89,14 +89,6 @@
|
|
89
89
|
@each $name, $value in $default_breakpoints {
|
90
90
|
@include mquery($value) {
|
91
91
|
.o-column-#{"" + $name} {
|
92
|
-
@include box-sizing(border-box);
|
93
|
-
@include flexbox((display: flex, flex-direction: column));
|
94
|
-
@include flex(0 1 auto);
|
95
|
-
@include flex-wrap(wrap);
|
96
|
-
margin-right: $gutter-width;
|
97
|
-
margin-left: $gutter-width;
|
98
|
-
max-width: 100%;
|
99
|
-
|
100
92
|
&-size-auto {
|
101
93
|
@include flex-basis(auto);
|
102
94
|
}
|