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