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

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ca55fd83398a542a9661287abefca7d57a00631
4
- data.tar.gz: b59d5e82437c5c8d941af669dace193697ae6a7b
3
+ metadata.gz: 23867f2d464f8d5638963f651b2c0b0362a61c7c
4
+ data.tar.gz: d3c85b1b7b41dca5be4e02ef5a0574e0904403d0
5
5
  SHA512:
6
- metadata.gz: 8d2ab5dcba77a62e1addfe8c878eeb4b8526005589e6c72acebb70d7d9e8f244ee2f1001242b837c7f4cdf6702d61cd1fd07dcd9ee382833569245c6b07be001
7
- data.tar.gz: 0f4e240d19bf42b8dae12a2f7f47db9c0f96c1e284128314cd2b3982794733e40b4bfa9ee3f987b344c1d84f72401a42305f5e9844a79d58a3d3f4cb03bdb9e9
6
+ metadata.gz: bf47c3330ef79a38bbc4f1737582e71d0a964010720dd7730d00f6c8d91f44071952a0cdefa903aa2a62c7e02e2a9a6259fa3569151e176587eb9839cf5027a5
7
+ data.tar.gz: 5240d59de87f776ca4f29812c9073ceabd771f217ec5ec9994697dff3ba1156a290f97b377e68081ac7801e694635996dc7680f873cf276f4b827ff38d3ab62e
data/lib/flint.rb CHANGED
@@ -10,8 +10,8 @@ else
10
10
  end
11
11
 
12
12
  module Flint
13
- VERSION = "2.0.0.rc.3"
14
- DATE = "2014-09-16"
13
+ VERSION = "2.0.0.rc.4"
14
+ DATE = "2014-09-17"
15
15
  end
16
16
 
17
17
  module Sass::Script::Functions
@@ -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} $key - span value for each breakpoint
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.3
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-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass