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