flint-gs 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flint/version.rb +1 -1
- data/stylesheets/flint/mixins/lib/_calculate.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1a312ede30cdc1c57963d712cf780abf5f50d4c
|
4
|
+
data.tar.gz: 2c2288ad17800a6050c5a2414ca17cacb2f47df3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c586895fba77aab4cbdeba57cd1229a5f66bb95c1be9be33a4b65c1a8906db1a1be8242f2b591386c719472210644d0f7adf18812b2e06ac8b4c9d3965db05a5
|
7
|
+
data.tar.gz: d4f5b3897ee7610bf558ed59d15427f4618a2090470b28554689882b609dffbc39d9903e4dc8996aef27e9bf11a6b2b8f5d5d314909f86f809d80c9bc63aec6c
|
data/lib/flint/version.rb
CHANGED
@@ -127,7 +127,7 @@
|
|
127
127
|
}
|
128
128
|
|
129
129
|
@if flint-get-value("settings", "instance-maps") {
|
130
|
-
@include flint-new-instance($calc-key, $calc-span, $calc-context, $calc-gutter, $output-width, $output-margin-right, $output-margin-left);
|
130
|
+
@include flint-new-instance($calc-key, $calc-span, $calc-context, $calc-gutter, $output-width-map, $output-margin-right, $output-margin-left);
|
131
131
|
@include flint-debug-instance($calc-key);
|
132
132
|
}
|
133
133
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flint-gs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ezekiel Gabrielse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|