carljm-compass-susy-plugin 0.1.2 → 0.1.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/Manifest CHANGED
@@ -5,6 +5,11 @@ Manifest
5
5
  Rakefile
6
6
  README.mkdn
7
7
  sass/susy/_grid.sass
8
- templates/project/grid.sass
8
+ sass/susy/_utils.sass
9
+ templates/project/print.sass
10
+ templates/project/screen.sass
11
+ templates/project/ie.sass
12
+ templates/project/_base.sass
9
13
  templates/project/manifest.rb
10
14
  VERSION
15
+ LICENSE.txt
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.4
@@ -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.2"
5
+ s.version = "0.1.4"
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"]
@@ -8,8 +8,8 @@
8
8
  @import compass/reset.sass
9
9
 
10
10
  // MIXINS
11
- @import frame/utils.sass
12
- @import frame/grid.sass
11
+ @import susy/utils.sass
12
+ @import susy/grid.sass
13
13
 
14
14
  // GRID
15
15
  // !grid_unit = "em"
@@ -1,2 +1,4 @@
1
1
  stylesheet 'screen.sass', :media => "screen, projection"
2
2
  stylesheet 'print.sass', :media => "print"
3
+ stylesheet 'ie.sass', :media => "screen, projection"
4
+ stylesheet '_base.sass'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carljm-compass-susy-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Meyer