compass-susy-plugin 0.9.beta.1 → 0.9.beta.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.9.beta.1
1
+ 0.9.beta.2
@@ -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.9.beta.1"
5
+ s.version = "0.9.beta.2"
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"]
data/sass/susy/_grid.scss CHANGED
@@ -195,7 +195,7 @@ $omega-float : opposite-position($from-direction) !default;
195
195
  $from : $from-direction
196
196
  ) {
197
197
  $to : opposite-position($from);
198
- $hack : #margin-#{opposite-position($omega-float)};
198
+ $hack : opposite-position($omega-float);
199
199
  $sg : 0;
200
200
  @if not $nested {
201
201
  $sg: side-gutter();
@@ -203,6 +203,6 @@ $omega-float : opposite-position($from-direction) !default;
203
203
  @include float($omega-float);
204
204
  margin-#{$to}: $sg;
205
205
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
206
- #{$hack}: - $gutter-width;
206
+ #margin-#{$hack}: - $gutter-width;
207
207
  }
208
208
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-susy-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196249
4
+ hash: 62196255
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - beta
10
- - 1
11
- version: 0.9.beta.1
10
+ - 2
11
+ version: 0.9.beta.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer