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

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.2
1
+ 0.9.alpha.3
@@ -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.2"
5
+ s.version = "0.9.alpha.3"
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"]
@@ -14,7 +14,7 @@ $side-gutter-width : $gutter-width !default;
14
14
  $from-direction : left !default;
15
15
 
16
16
  // Sets the direction that +omega elements are floated by deafult.
17
- $omega-float : right !default;
17
+ $omega-float : opposite-position($from-direction) !default;
18
18
 
19
19
  // Functions -----------------------------------------------------------------
20
20
 
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: -3702664224
4
+ hash: -3702664222
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - alpha
10
- - 2
11
- version: 0.9.alpha.2
10
+ - 3
11
+ version: 0.9.alpha.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer