toolkit 2.0.0.alpha.2 → 2.0.0.alpha.3

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: af3284a0d078a9ec3b8ebf3ec9e43f3aa4181218
4
- data.tar.gz: 8808699c15077295c74b60dac7f7839538d0191b
3
+ metadata.gz: 520582ba1090b68c9a1dcf84bafa028e022456a6
4
+ data.tar.gz: 05f792031104b220791804de0d01989d8bbf05bd
5
5
  SHA512:
6
- metadata.gz: b357c76c89d851c636ab745e757076490128397d27e7b3e17159088a69e88bed29e98c5af3178aff6f8a1f2d2be581aa5e50e35536cf6cb825fc3db58950019a
7
- data.tar.gz: 02ccc0599c73c03ba04f4791580cf8d37853071b18f802c7a5ff5edb2734cfe489518a242303e81e9cadec765a06f85e1e58e547d728f2c517238a593d04f831
6
+ metadata.gz: d073d0dcf555fe596c682f373c981f269d6fd52e976a1c857d809b985390585ec18d3508cf36aa1b85cd4a4a9b05eb42a0f9be1e8704d337bdd5e26a8fc0e93e
7
+ data.tar.gz: 32e84e94f8210551221174f8136dafde77c51192147cc35b280de5cab8873fbdb9be0a9b0f60b7b98b87bddf23595d2684607175c3a22c01558ee5fc0e9e18fb
@@ -36,20 +36,20 @@
36
36
  // Tint Stack
37
37
  @function tint-stack($color, $amounts...) {
38
38
  @if length($amounts) > 0 {
39
- @return colour-stack($color, toolkit-get('tint color'), $amounts);
39
+ @return color-stack($color, toolkit-get('tint color'), $amounts);
40
40
  }
41
41
  @else {
42
- @return colour-stack($color, toolkit-get('tint color'));
42
+ @return color-stack($color, toolkit-get('tint color'));
43
43
  }
44
44
  }
45
45
 
46
46
  // Shade Stack
47
47
  @function shade-stack($color, $amounts...) {
48
48
  @if length($amounts) > 0 {
49
- @return colour-stack($color, toolkit-get('shade color'), $amounts);
49
+ @return color-stack($color, toolkit-get('shade color'), $amounts);
50
50
  }
51
51
  @else {
52
- @return colour-stack($color, toolkit-get('shade color'));
52
+ @return color-stack($color, toolkit-get('shade color'));
53
53
  }
54
54
  }
55
55
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.2
4
+ version: 2.0.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Richard