compass-susy-plugin 0.9.alpha.3 → 0.9.alpha.4

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.alpha.3
1
+ 0.9.alpha.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.9.alpha.3"
5
+ s.version = "0.9.alpha.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"]
data/sass/susy/_grid.scss CHANGED
@@ -124,9 +124,10 @@ $omega-float : opposite-position($from-direction) !default;
124
124
  ) {
125
125
  clear: both;
126
126
  @if not $nested {
127
- margin:;
127
+ margin: {
128
128
  left: side-gutter();
129
- right: side-gutter();
129
+ right: side-gutter();
130
+ }
130
131
  }
131
132
  }
132
133
 
@@ -148,7 +149,7 @@ $omega-float : opposite-position($from-direction) !default;
148
149
  $from : $from-direction
149
150
  ) {
150
151
  $to : opposite-position($from);
151
- padding-#{$to-dir}: columns($n, $context) + gutter($context);
152
+ padding-#{$to}: columns($n, $context) + gutter($context);
152
153
  }
153
154
 
154
155
  // Set as a shortcut for both prefix and suffix.
@@ -177,7 +178,7 @@ $omega-float : opposite-position($from-direction) !default;
177
178
  $from : $from-direction
178
179
  ) {
179
180
  @if not $nested {
180
- margin-#{$from-dir}: side-gutter();
181
+ margin-#{$from}: side-gutter();
181
182
  } @else {
182
183
  @warn "The alpha mixin is not needed in a nested context";
183
184
  }
@@ -199,6 +200,6 @@ $omega-float : opposite-position($from-direction) !default;
199
200
  $sg: side-gutter();
200
201
  }
201
202
  @include float($omega-float);
202
- margin-#{$to-dir}: side-gutter();
203
- #margin-#{$hack-dir}: - $gutter-width;
203
+ margin-#{$to}: $sg;
204
+ #margin-#{$hack}: - $gutter-width;
204
205
  }
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: -3702664222
4
+ hash: -3702664212
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - alpha
10
- - 3
11
- version: 0.9.alpha.3
10
+ - 4
11
+ version: 0.9.alpha.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer