flint-gs 2.0.0.rc.3 → 2.0.0.rc.4
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 +14 -2
- 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: 23867f2d464f8d5638963f651b2c0b0362a61c7c
|
|
4
|
+
data.tar.gz: d3c85b1b7b41dca5be4e02ef5a0574e0904403d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf47c3330ef79a38bbc4f1737582e71d0a964010720dd7730d00f6c8d91f44071952a0cdefa903aa2a62c7e02e2a9a6259fa3569151e176587eb9839cf5027a5
|
|
7
|
+
data.tar.gz: 5240d59de87f776ca4f29812c9073ceabd771f217ec5ec9994697dff3ba1156a290f97b377e68081ac7801e694635996dc7680f873cf276f4b827ff38d3ab62e
|
data/lib/flint.rb
CHANGED
|
@@ -260,9 +260,21 @@
|
|
|
260
260
|
or flint-types-in-list($key, "number") and $span == null
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
|
-
* Variable shorthand with context
|
|
263
|
+
* Variable shorthand with identical context
|
|
264
264
|
*
|
|
265
|
-
* @param {List}
|
|
265
|
+
* @param {List} $key - span value for each breakpoint
|
|
266
|
+
* @param {Number | String} $span - context value for each breakpoint
|
|
267
|
+
*
|
|
268
|
+
* @example scss
|
|
269
|
+
* _(1 2 3 4, 4) | _(1 2 3 4, auto)
|
|
270
|
+
*/
|
|
271
|
+
or flint-types-in-list($key, "number") and flint-is-number($span) and length($span) == 1
|
|
272
|
+
or flint-types-in-list($key, "number") and $span == "auto"
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Variable shorthand with differing context
|
|
276
|
+
*
|
|
277
|
+
* @param {List} $key - span value for each breakpoint
|
|
266
278
|
* @param {List | String} $span - context value for each breakpoint
|
|
267
279
|
*
|
|
268
280
|
* @example scss
|
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.rc.
|
|
4
|
+
version: 2.0.0.rc.4
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|