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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e8c0a0647c4cb1887ac6b38463552d6020a5ae4
4
- data.tar.gz: 2ea4b5b950f1eae48a0d83d7409ca69e471f4c2d
3
+ metadata.gz: 867f5241f74b1fd67f4dd9a653298bc55f541505
4
+ data.tar.gz: 1fe4fd0c4904f3449e7d0fc84ea224acddd466cc
5
5
  SHA512:
6
- metadata.gz: 04a5009fae7a409aa59d084d89d7258f321f3ea6c1c027a45eda9bc80ea4f57e68d464395737e487e01c67a47a8ece458c435d31372cdb73448a27c45eefb22e
7
- data.tar.gz: cbd1bcf2a8799e3df10c069d63e05e057a194811523c9e0fe5a61d9b19ae48ff2e932b7d2c6447422ebab0731199a8765335f913c435aff3e96bf2bf5cfdcbd2
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
  }
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive