gridle 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gridle.rb +1 -1
- data/stylesheets/gridle/_gridle.scss +9 -1
- metadata +2 -2
data/lib/gridle.rb
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
// @created 25.03.13
|
32
32
|
// @updated 12.11.13
|
33
33
|
// @author Olivier Bossel <olivier.bossel@gmail.com>
|
34
|
-
// @version 1.0.
|
34
|
+
// @version 1.0.9
|
35
35
|
// |------------------------------------------------------
|
36
36
|
// |------------------------------------------------------
|
37
37
|
|
@@ -1381,6 +1381,14 @@ $_gridle-state-15-classes : true !default;
|
|
1381
1381
|
#{_gridle_prefixed_class("no-margin#{$media}-right")} {
|
1382
1382
|
@include gridle_no_margin(right);
|
1383
1383
|
}
|
1384
|
+
#{_gridle_prefixed_class("no-gutter#{$media}-top")},
|
1385
|
+
#{_gridle_prefixed_class("no-margin#{$media}-top")} {
|
1386
|
+
@include gridle_no_margin(top);
|
1387
|
+
}
|
1388
|
+
#{_gridle_prefixed_class("no-gutter#{$media}-bottom")},
|
1389
|
+
#{_gridle_prefixed_class("no-margin#{$media}-bottom")} {
|
1390
|
+
@include gridle_no_margin(bottom);
|
1391
|
+
}
|
1384
1392
|
#{_gridle_prefixed_class("gutter#{$media}")},
|
1385
1393
|
#{_gridle_prefixed_class("margin#{$media}")} {
|
1386
1394
|
@include gridle_margin();
|