compass-squaregrid-plugin 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{compass-squaregrid-plugin}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Rice"]
@@ -3,6 +3,10 @@ $squaregrid-gutter-width: 28px !default
3
3
  $squaregrid-grid-width: 1008px !default
4
4
  $squaregrid-columns: 35 !default
5
5
 
6
+ body
7
+ font-size: 62.5%
8
+ line-height: 28px
9
+
6
10
  =grid-wrap
7
11
  margin-left: auto
8
12
  margin-right: auto
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Rice