flint-gs 2.0.0.rc.4 → 2.0.0
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 +4 -4
- data/lib/flint.rb +2 -2
- data/stylesheets/flint/mixins/lib/_main.scss +4 -4
- 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: 5640d204d1c778af0855fb9615cc0114d6cfae99
|
|
4
|
+
data.tar.gz: c69263f54216adc20cbbef6ee5ab827a6fb815f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3273fe728e195e4c0d0f6a2f65ac834e0866d8f71249b7d1c2868452ce6dcd5a4e39aa56c8e877d4bb2690952bf1d6c1de452ee7436f9186562b69a6c75b2ed
|
|
7
|
+
data.tar.gz: e62d2cfa640bcec673ad46ce0d42e84113f4c1b20e494f94e682c0c5003aae166af3327e12daed01046c2aefeed7a8b1cafdab6996b4c885e987946045cf8359
|
data/lib/flint.rb
CHANGED
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
or flint-is-number($key) and length($key) == 1 and $span == "auto"
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
|
-
* Variable shorthand
|
|
250
|
+
* Variable shorthand with no context
|
|
251
251
|
*
|
|
252
252
|
* @param {List} $key - span value for each breakpoint
|
|
253
253
|
* @param {Null} $span - null context value
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
* @param {List | String} $span - context value for each breakpoint
|
|
279
279
|
*
|
|
280
280
|
* @example scss
|
|
281
|
-
* _(
|
|
281
|
+
* _(4 3 2 1, 8 6 4 2) | _(4 3 2 1, auto)
|
|
282
282
|
*
|
|
283
283
|
* @throws error if lengths do not match number of breakpoints
|
|
284
284
|
*/
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
/**
|
|
364
|
-
* Call by alias
|
|
364
|
+
* Call by alias with no context
|
|
365
365
|
*
|
|
366
366
|
* @param {String} $key - breakpoint alias
|
|
367
367
|
* @param {Number} $span - span value for breakpoint
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
* @param {Number | String} $context - context value for breakpoint
|
|
383
383
|
*
|
|
384
384
|
* @example scss
|
|
385
|
-
* _(desktop, 2, 4)
|
|
385
|
+
* _(desktop, 2, 4) | _(desktop, 2, auto)
|
|
386
386
|
*
|
|
387
387
|
* @throws error if breakpoint alias does not exist
|
|
388
388
|
*/
|
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.0.0
|
|
4
|
+
version: 2.0.0
|
|
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-09-
|
|
11
|
+
date: 2014-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|