compass-susy-plugin 0.9.alpha.3 → 0.9.alpha.4
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 +7 -6
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.alpha.
|
1
|
+
0.9.alpha.4
|
data/compass-susy-plugin.gemspec
CHANGED
data/sass/susy/_grid.scss
CHANGED
@@ -124,9 +124,10 @@ $omega-float : opposite-position($from-direction) !default;
|
|
124
124
|
) {
|
125
125
|
clear: both;
|
126
126
|
@if not $nested {
|
127
|
-
margin
|
127
|
+
margin: {
|
128
128
|
left: side-gutter();
|
129
|
-
right: side-gutter();
|
129
|
+
right: side-gutter();
|
130
|
+
}
|
130
131
|
}
|
131
132
|
}
|
132
133
|
|
@@ -148,7 +149,7 @@ $omega-float : opposite-position($from-direction) !default;
|
|
148
149
|
$from : $from-direction
|
149
150
|
) {
|
150
151
|
$to : opposite-position($from);
|
151
|
-
padding-#{$to
|
152
|
+
padding-#{$to}: columns($n, $context) + gutter($context);
|
152
153
|
}
|
153
154
|
|
154
155
|
// Set as a shortcut for both prefix and suffix.
|
@@ -177,7 +178,7 @@ $omega-float : opposite-position($from-direction) !default;
|
|
177
178
|
$from : $from-direction
|
178
179
|
) {
|
179
180
|
@if not $nested {
|
180
|
-
margin-#{$from
|
181
|
+
margin-#{$from}: side-gutter();
|
181
182
|
} @else {
|
182
183
|
@warn "The alpha mixin is not needed in a nested context";
|
183
184
|
}
|
@@ -199,6 +200,6 @@ $omega-float : opposite-position($from-direction) !default;
|
|
199
200
|
$sg: side-gutter();
|
200
201
|
}
|
201
202
|
@include float($omega-float);
|
202
|
-
margin-#{$to
|
203
|
-
#margin-#{$hack
|
203
|
+
margin-#{$to}: $sg;
|
204
|
+
#margin-#{$hack}: - $gutter-width;
|
204
205
|
}
|
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: -3702664212
|
5
5
|
prerelease: 4
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- alpha
|
10
|
-
-
|
11
|
-
version: 0.9.alpha.
|
10
|
+
- 4
|
11
|
+
version: 0.9.alpha.4
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Eric Meyer
|