GIPainter-grid 0.3.5 → 0.3.6

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: 867f5241f74b1fd67f4dd9a653298bc55f541505
4
- data.tar.gz: 1fe4fd0c4904f3449e7d0fc84ea224acddd466cc
3
+ metadata.gz: 0c1055ac7f6b9de54dfb513ff530c1f09bfb9527
4
+ data.tar.gz: 2ecb880894bdb2587bffa010ec461360cd44405f
5
5
  SHA512:
6
- metadata.gz: b48bd7bcdd7d43d1d7cb05b83e33a31eb0cfc90c9a100f2f1a002047f924b3e0b387ddf44652fdf8c530929c22006fd0744014d41f84091c132e02071bcef973
7
- data.tar.gz: 0646dd602f986c5e69df200d11a9c18d4027d2df4588ff64ea5a5fc95bc01daf93568c8dcf7f6e34203ee302536c400d84329416ce60021d6d348a692f4a1639
6
+ metadata.gz: 4566e641eccbbc9ff73f59d5f7b9ddcd269b996412d40bc19ae39ed1356548e3c6a4df8cb78c9d79f9c8f6fb3d47e572b53a9c92b25a10241dd74456da77a8a5
7
+ data.tar.gz: c643424e759474f1c86a4c137a97fc313bd9f3eb5df7cf0c43fe39a93603b5c8e70de3b97de759522bdc03af2eeab735844adbdfa30900c2cb194519138d7fd8
@@ -84,6 +84,11 @@
84
84
  &--last {
85
85
  order: 1;
86
86
  }
87
+
88
+ &--no-gutter{
89
+ padding-left: 0;
90
+ padding-right: 0;
91
+ }
87
92
  }
88
93
 
89
94
  @each $name, $value in $default_breakpoints {
@@ -3,8 +3,6 @@
3
3
  @include flexbox((display: flex, flex-direction: row));
4
4
  @include flex(0 1 auto);
5
5
  @include flex-wrap(wrap);
6
- margin: 0 auto;
7
- padding: 0 $outer-margin;
8
6
  max-width: $grid-max-width;
9
7
  box-sizing: border-box;
10
8
 
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-14 00:00:00.000000000 Z
11
+ date: 2017-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: GIPainter-base