gridgraphy 0.1.1 → 0.2.0

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: e1dc3347a5dace360bd2d71df6cd9eaa61758868
4
- data.tar.gz: 0d6a49250bd4eb522c9cfe0f94f8608db04acab3
3
+ metadata.gz: 82e1cdeb811b2d5b1a02134e993e92e16aaa53e3
4
+ data.tar.gz: 16752ced3e12ef1e61d1f0aa6180b4a0d906d39c
5
5
  SHA512:
6
- metadata.gz: 80f0fdfedded8bc256f8e187a8d5f5e3d558751fc4f6d06686775b46ea387b2bdb470528cca2f3c19391da880ae849c91086b48eb7d6f804a193ec13e4717a2d
7
- data.tar.gz: a99f3498e248061e8242f017638dfa3a9a9f29657959284fc0257a95bfb161ff44f58795a55595bebc43349cf4e0dc5f1cc039f0ba5d394cbdbab0d11ef6190b
6
+ metadata.gz: a3d1114a25f2867041ff6774ea835d3d338d280300f37ad874fc50ab7c7abbd2c4769896200cc397cfb17c96c38cc59b0c150112b7da5d0f9a9306a74ba49683
7
+ data.tar.gz: 513f9c9452b221a70e7c69226ea8782de60404a7c527bd8169c1ebf771fd9788a5425ee6ac22f869507ba2be862e51be2231818e742ded791c7f75cb0093ac7c
@@ -1,3 +1,3 @@
1
1
  module Gridgraphy
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -18,6 +18,8 @@
18
18
  max-width: $max-width
19
19
  margin-left: auto
20
20
  margin-right: auto
21
+ > *
22
+ @include grid-column-base()
21
23
  @if $grid-show
22
24
  background-color: rgb( 235, 235, 235 )
23
25
  margin-bottom: 5px
@@ -31,6 +33,8 @@
31
33
  width: auto
32
34
  min-width: 0
33
35
  max-width: none
36
+ > *
37
+ @include grid-column-base()
34
38
  @if $type == 'left'
35
39
  @include left-grid-row-nested()
36
40
  @if $type == 'center'
@@ -48,7 +52,6 @@
48
52
  // @param [Integer] Number of columns to span.
49
53
  // @param $type [String] The type of grid being used.
50
54
  @mixin grid-column( $columns: 0, $type: $grid-type )
51
- @include grid-column-base()
52
55
  @include grid-column-width( $columns, $type )
53
56
  @include grid-column-gutter( $type )
54
57
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridgraphy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Bellamy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-14 00:00:00.000000000 Z
11
+ date: 2013-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass