ericam-compass-susy-plugin 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.mkdn CHANGED
@@ -1,7 +1,13 @@
1
1
  Susy - Compass Plugin
2
2
  ================================
3
3
 
4
- This plugin is a native grid system framework for [Compass](http://compass-style.org/).
4
+ Let me introduce you to Susy
5
+
6
+ Susy is a semantic CSS framework creator built native to [Compass](http://compass-style.org/).
7
+
8
+ Susy is an expert at designing elastic (or fixed, if you swing that way) grids that will never activate that bloody side-scroll bar. Susy sets your width on the outer element (@grid-container@), adds a @max-width@ of @99%@ and builds the rest of your grid in percentages of the whole.
9
+
10
+ Columns can also be nested by declaring the context along with the target width. Etc, Etc.
5
11
 
6
12
  Install
7
13
  =======
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-susy-plugin}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Eric Meyer"]
@@ -29,7 +29,7 @@
29
29
  :top -9999em
30
30
 
31
31
  // a skip-to-content accessibility link that will appear on focus
32
- =skip-link(!t = 0, !r = fales, !b = false, !l = false)
32
+ =skip-link(!t = 0, !r = false, !b = false, !l = false)
33
33
  +hide
34
34
  :display block
35
35
  &:focus
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ericam-compass-susy-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Meyer