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.
- data/ABOUT.mdown +1 -1
- data/lib/grid-coordinates.rb +1 -1
- data/stylesheets/_grid-coordinates.sass +0 -5
- metadata +7 -6
data/ABOUT.mdown
CHANGED
|
@@ -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.
|
|
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
|
|
data/lib/grid-coordinates.rb
CHANGED
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.
|
|
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: &
|
|
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: *
|
|
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:
|
|
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.
|
|
63
|
-
(grid columns, grid width, gutter width) and
|
|
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: []
|