GIPainter-grid 0.2.0 → 0.2.1

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: 0ab6dfb7988cca0cccefeff0babcf9ac8c10c8cd
4
- data.tar.gz: e7ef9afb5b46300ed4f40712c160c48b721e0985
3
+ metadata.gz: f07ffe4ac82d659f7da8ef0ab6c1722959a68267
4
+ data.tar.gz: 7271e8a735406921f6ad76bb07833b728ddff22a
5
5
  SHA512:
6
- metadata.gz: 07cd090b848d01bbb10d01c45e06cced66a63d884cf0ffe208b11cf6ec81d6206999c546bc23d604974a3d70f882c6431b5f708650adaaae5b8eff11b56ed19f
7
- data.tar.gz: 376aa94281e35c453b228208b37809e078a993f8ce653a0146cd68e90e371f1fafb7a13e11d0232a6f371408f046671646ae85f38b416a83190727b864b14a0d
6
+ metadata.gz: 6df98eac1e89ac554150d6a37b3836b5925e3a6f8e63b3c114438695d4ce1f145b658870488e2486582d692f3b470884bd6349c8544a564bbf478c5de79f9fd7
7
+ data.tar.gz: 1c26433507a00e4c4003b15a383a31c5ad8079e500cbafdf7c17cd74ccbc507acb8a67d0746a9aeebab3a48263c649b437ee26dc12e2ed7437363414c858658c
@@ -1,4 +1,18 @@
1
1
  .o-column{
2
+ position: relative;
3
+ display: -moz-inline-block;
4
+ display: inline-block;
5
+ *display: inline;
6
+ *zoom: 1;
7
+ margin: 0;
8
+ padding-left: $grid-padding;
9
+ padding-right: $grid-padding;
10
+ width: 100%;
11
+ vertical-align: top;
12
+ letter-spacing: normal;
13
+ word-spacing: normal;
14
+ text-rendering: auto;
15
+ @include box-sizing(border-box);
2
16
  @include flexboxgrid-sass-col-common;
3
17
 
4
18
  &--reverse {
@@ -9,4 +9,7 @@
9
9
 
10
10
  // GIPainter Variables and Mixins
11
11
  // -----------------------------------------------------------------------------
12
- @import "Base/_core.scss";
12
+ @import "Variables/**/*";
13
+ @import "Mixins/**/*";
14
+ @import "Functions/**/*";
15
+ @import "Base/**/*";
@@ -1,3 +1,3 @@
1
1
  module GIPainter_grid
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive