chriseppstein-compass-960-plugin 0.9.3 → 0.9.4
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/README.mkdn +2 -2
- data/VERSION +1 -1
- data/compass-960-plugin.gemspec +2 -2
- data/templates/project/text.sass +1 -1
- metadata +2 -2
data/README.mkdn
CHANGED
|
@@ -37,7 +37,7 @@ Example:
|
|
|
37
37
|
Making Semantic Grids
|
|
38
38
|
=====================
|
|
39
39
|
|
|
40
|
-
* Use the `+container` mixin to declare your container element.
|
|
40
|
+
* Use the `+grid-container` mixin to declare your container element.
|
|
41
41
|
* Use the `+grid` mixin to declare a grid element.
|
|
42
42
|
* Use the `+alpha` and `+omega` mixins to declare the first and last grid elements for a row.
|
|
43
43
|
* User the `+grid-prefix` and `+grid-suffix` mixins to add grid columns before or after a grid element.
|
|
@@ -45,7 +45,7 @@ Making Semantic Grids
|
|
|
45
45
|
Example:
|
|
46
46
|
|
|
47
47
|
#wrap
|
|
48
|
-
+container
|
|
48
|
+
+grid-container
|
|
49
49
|
#left-nav
|
|
50
50
|
+alpha
|
|
51
51
|
+grid(5,16)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.4
|
data/compass-960-plugin.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{compass-960-plugin}
|
|
3
|
-
s.version = "0.9.
|
|
3
|
+
s.version = "0.9.4"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.authors = ["Chris Eppstein"]
|
|
7
|
-
s.date = %q{2009-02-
|
|
7
|
+
s.date = %q{2009-02-28}
|
|
8
8
|
s.description = %q{The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/}
|
|
9
9
|
s.email = %q{chris@eppsteins.net}
|
|
10
10
|
s.extra_rdoc_files = ["lib/ninesixty/compass_plugin.rb", "lib/ninesixty/sass_extensions.rb", "lib/ninesixty.rb", "README.mkdn"]
|
data/templates/project/text.sass
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chriseppstein-compass-960-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Eppstein
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-02-
|
|
12
|
+
date: 2009-02-28 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|