compass-susy-plugin 0.9.beta.1 → 0.9.beta.2
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/VERSION +1 -1
- data/compass-susy-plugin.gemspec +1 -1
- data/sass/susy/_grid.scss +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.beta.
|
|
1
|
+
0.9.beta.2
|
data/compass-susy-plugin.gemspec
CHANGED
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 :
|
|
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:
|
|
4
|
+
hash: 62196255
|
|
5
5
|
prerelease: 4
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- beta
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.beta.
|
|
10
|
+
- 2
|
|
11
|
+
version: 0.9.beta.2
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Eric Meyer
|