flint-gs 2.0.0.rc.2 → 2.0.0.rc.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02a09b99c00123a921944c891d048c34e7e0b4a1
4
- data.tar.gz: 97e2da293b83ff752d6d20f42bfd2e890893d8e4
3
+ metadata.gz: 1ca55fd83398a542a9661287abefca7d57a00631
4
+ data.tar.gz: b59d5e82437c5c8d941af669dace193697ae6a7b
5
5
  SHA512:
6
- metadata.gz: c8a1542d622faccaa31b85cc8a9830a0e6505be79591f2bc8a523a7cea05322090564dabbc6ba7f1176c32d2353149b491d858b2d673faaa19119cfa96155251
7
- data.tar.gz: f9d5b242956671f27b5486c0966d590206042bad5331a806a12360282fa0d673351ccd7936591e04bde12f5b0a0b7a0f356058f8d982e8cd38dbedf10b2d684a
6
+ metadata.gz: 8d2ab5dcba77a62e1addfe8c878eeb4b8526005589e6c72acebb70d7d9e8f244ee2f1001242b837c7f4cdf6702d61cd1fd07dcd9ee382833569245c6b07be001
7
+ data.tar.gz: 0f4e240d19bf42b8dae12a2f7f47db9c0f96c1e284128314cd2b3982794733e40b4bfa9ee3f987b344c1d84f72401a42305f5e9844a79d58a3d3f4cb03bdb9e9
data/lib/flint.rb CHANGED
@@ -10,7 +10,7 @@ else
10
10
  end
11
11
 
12
12
  module Flint
13
- VERSION = "2.0.0.rc.2"
13
+ VERSION = "2.0.0.rc.3"
14
14
  DATE = "2014-09-16"
15
15
  end
16
16
 
@@ -17,8 +17,8 @@
17
17
 
18
18
  @if flint-get-value("settings", "grid") == "fluid" {
19
19
  width: flint-fluid-width(map-get($width, "target"), map-get($width, "context"));
20
- margin-right: flint-fluid-width($margin-right, map-get($width, "context"));
21
- margin-left: flint-fluid-width($margin-left, map-get($width, "context"));
20
+ margin-right: if($margin-right != 0, flint-fluid-width($margin-right, map-get($width, "context")), 0);
21
+ margin-left: if($margin-left != 0, flint-fluid-width($margin-left, map-get($width, "context")), 0);
22
22
  } @else {
23
23
  width: map-get($width, "target");
24
24
  margin-right: $margin-right;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.2
4
+ version: 2.0.0.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse