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

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.4
1
+ 0.9.alpha.5
@@ -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.4"
5
+ s.version = "0.9.alpha.5"
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"]
@@ -98,12 +98,13 @@ $omega-float : opposite-position($from-direction) !default;
98
98
  $context : false,
99
99
  $from : $from-direction
100
100
  ) {
101
+ $to : opposite-position($from);
101
102
  // the column is floated left
102
103
  @include float($from);
103
104
  // the width of the column is set as a percentage of the context
104
105
  width: columns($n, $context);
105
106
  // the right gutter is added as a percentage of the context
106
- margin-right: gutter($context);
107
+ margin-#{$to}: gutter($context);
107
108
  }
108
109
 
109
110
  // Set +un-column to reset a column element to default block behavior
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: -3702664212
4
+ hash: -3702664210
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - alpha
10
- - 4
11
- version: 0.9.alpha.4
10
+ - 5
11
+ version: 0.9.alpha.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer