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 CHANGED
@@ -17,7 +17,7 @@ Compass::Frameworks.register('gridle', :path => extension_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module Extension
20
- VERSION = "1.0.8"
20
+ VERSION = "1.0.9"
21
21
  DATE = "2013-11-19"
22
22
  end
23
23
 
@@ -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.8
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();
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 8
9
- version: 1.0.8
8
+ - 9
9
+ version: 1.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Olivier Bossel