flint-gs 2.3.5 → 2.3.6

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: 81a28c36f676fbde6c568dfb62a3164ea6e77e40
4
- data.tar.gz: f91de5d05feb984a162c94303f8dc1353b357dd9
3
+ metadata.gz: 04ab8c5b406e1036194b2eb4e90958a8c07f79bb
4
+ data.tar.gz: f5db48383b53f3114d11c94bc18ff5a64b1aada4
5
5
  SHA512:
6
- metadata.gz: 761d263bc35f4861f527c2b48133e1f43488a3b802e3c18203a7bb20d0d9c4f3d328235ffc9bb9ae2fc9a41c3dba1c20f3fd35679866c5e6ab4070a0bc36bb4d
7
- data.tar.gz: dfdfe90a7e47f9d008f4caef3dbd7b766994c071f5e8bad166fe26037cb2bbba4eec02c4e22bafcd7989ae4dc2826f40a1093d27e2de0e1fec999f2e0cf70477
6
+ metadata.gz: 69036ec25b836fcc4eff89344d1c045639eb7d2f6ffd7777fd0fe25fc309becdc2a2b66d47e7e81326f54308f879f83ab6a8450fe161c0770bc35ff7b13b801d
7
+ data.tar.gz: 0baee9a78d8cfae3b93179097ed462cb0804a0696d4fe55ad851650ee29e66096002522597aabcf4e2d0865bdbe544bf2848b8caba8c85fc088a8ea8e5fdcaf8
@@ -1,3 +1,3 @@
1
1
  module Flint
2
- VERSION = "2.3.5"
2
+ VERSION = "2.3.6"
3
3
  end
@@ -62,7 +62,7 @@
62
62
 
63
63
  // Save result to cache
64
64
  @if $context != "auto" {
65
- $flint-cached-values: map-merge($flint-cached-values, ("#{$key, $span, $context, $deduct}::width": $result));
65
+ $flint-cached-values: map-merge($flint-cached-values, ("#{$key, $span, $context, $deduct}::width": $result)) !global;
66
66
  }
67
67
 
68
68
  // Return result
@@ -38,7 +38,7 @@
38
38
  @if map-has-key($flint-instances, "#{flint-last($parsed-selector)}::#{$key}") {
39
39
 
40
40
  // Cache result
41
- $flint-cached-instances: map-merge($flint-cached-instances, ("#{$selector}": "#{flint-last($parsed-selector)}"));
41
+ $flint-cached-instances: map-merge($flint-cached-instances, ("#{$selector}": "#{flint-last($parsed-selector)}")) !global;
42
42
 
43
43
  // Return the matching instance key
44
44
  @return "#{flint-last($parsed-selector)}::#{$key}";
@@ -66,7 +66,7 @@
66
66
  @if map-has-key($flint-instances, "#{$selector-string}::#{$key}") and $selector != $selector-list {
67
67
 
68
68
  // Cache result
69
- $flint-cached-instances: map-merge($flint-cached-instances, ("#{$selector}": "#{$selector-string}"));
69
+ $flint-cached-instances: map-merge($flint-cached-instances, ("#{$selector}": "#{$selector-string}")) !global;
70
70
 
71
71
  // Return the matching instance key
72
72
  @return "#{$selector-string}::#{$key}";
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.3.5
4
+ version: 2.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse