grid-coordinates 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # Grid Coordinates
2
2
 
3
- Grid Coordinates is a highly configurable CSS Grid Framework written in Sass, and was inspired by 960.gs and The 1kb CSS Grid. Plug-in your grid's coordinates (grid columns, grid width, gutter width) and generates the required styles.
3
+ Grid Coordinates is a highly configurable CSS Grid Framework written in Sass, and was inspired by 960.gs and The 1kb CSS Grid. Just plug-in your grid's coordinates (grid columns, grid width, gutter width) and Grid Coordinates will generate the styles.
4
4
 
5
5
  ## License
6
6
 
@@ -3,7 +3,7 @@ Compass::Frameworks.register("grid-coordinates", :path => "#{File.dirname(__FILE
3
3
 
4
4
  module GridCoordinates
5
5
 
6
- VERSION = "1.1.6"
6
+ VERSION = "1.1.7"
7
7
  DATE = "2011-10-21"
8
8
 
9
9
  end
@@ -53,11 +53,6 @@ $overflow: false !default
53
53
  .grid-pull-#{$i}
54
54
  @include grid-pull($i)
55
55
 
56
- // Being deprecated
57
- =overflow
58
- @if $overflow and $support-legacy-grid-clearfix
59
- @include a-clearfix
60
-
61
56
  // Grid Container
62
57
  =grid-container-base
63
58
  margin:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grid-coordinates
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-10-21 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70262796212880 !ruby/object:Gem::Requirement
16
+ requirement: &70276490615460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.11.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70262796212880
24
+ version_requirements: *70276490615460
25
25
  description: Highly configurable CSS Grid Framework written in Sass.
26
26
  email: adam@stacoviak.com
27
27
  executables: []
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  segments:
48
48
  - 0
49
- hash: -4165155414378362686
49
+ hash: 3595946455065958441
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  none: false
52
52
  requirements:
@@ -59,6 +59,7 @@ rubygems_version: 1.8.10
59
59
  signing_key:
60
60
  specification_version: 3
61
61
  summary: Grid Coordinates is a highly configurable CSS Grid Framework written in Sass,
62
- and was inspired by 960.gs and The 1kb CSS Grid. Plug-in your grid's coordinates
63
- (grid columns, grid width, gutter width) and generates the required styles.
62
+ and was inspired by 960.gs and The 1kb CSS Grid. Just plug-in your grid's coordinates
63
+ (grid columns, grid width, gutter width) and Grid Coordinates will generate the
64
+ styles.
64
65
  test_files: []