toolkit 2.0.0.alpha.3 → 2.0.0.alpha.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: 520582ba1090b68c9a1dcf84bafa028e022456a6
4
- data.tar.gz: 05f792031104b220791804de0d01989d8bbf05bd
3
+ metadata.gz: a4df9ea8b6f4f88562e5ee47c12b64726b6fe97a
4
+ data.tar.gz: b600350d632696b58bebe25e2a3e2691e2f47ed6
5
5
  SHA512:
6
- metadata.gz: d073d0dcf555fe596c682f373c981f269d6fd52e976a1c857d809b985390585ec18d3508cf36aa1b85cd4a4a9b05eb42a0f9be1e8704d337bdd5e26a8fc0e93e
7
- data.tar.gz: 32e84e94f8210551221174f8136dafde77c51192147cc35b280de5cab8873fbdb9be0a9b0f60b7b98b87bddf23595d2684607175c3a22c01558ee5fc0e9e18fb
6
+ metadata.gz: 21d1d2b1f2e846677b30ad9daf7e88e78a054aa638a7cee7738ca230456ffb0ef8c45533f756279ca26d0d977aae2db6d7fd96039c571fc9298c320c8f9e5a62
7
+ data.tar.gz: 6eb298ff090a7dd30a4ccb4fff8d81936756fefa6f85c909fa6128c6d5bc1903cf91293dcc26bdf477686d20db9984e69d708d4c3b9c86d7e38b0611edc438c4
@@ -31,7 +31,7 @@
31
31
  }
32
32
 
33
33
  @mixin intrinsic-ratio-ratio($ratio: null, $width: null, $direction: null) {
34
- $ratio: if($ration != null, $ratio, toolkit-get('intrinsic ratio'));
34
+ $ratio: if($ratio != null, $ratio, toolkit-get('intrinsic ratio'));
35
35
  $width: if($width != null, $width, toolkit-get('intrinsic ratio width'));
36
36
  $direction: if($direction != null, $direction, toolkit-get('intrinsic ratio direction'));
37
37
  padding-#{$direction}: (1 / $ratio) * $width;
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  @mixin intrinsic-ratio($ratio: null, $width: null, $elements: null, $direction: null, $extend: null) {
42
- $ratio: if($ration != null, $ratio, toolkit-get('intrinsic ratio'));
42
+ $ratio: if($ratio != null, $ratio, toolkit-get('intrinsic ratio'));
43
43
  $width: if($width != null, $width, toolkit-get('intrinsic ratio width'));
44
44
  $direction: if($direction != null, $direction, toolkit-get('intrinsic ratio direction'));
45
45
  $extend: if($extend != null, $extend, toolkit-get('intrinsic ratio extend'));
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.3
4
+ version: 2.0.0.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Richard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-01-14 00:00:00.000000000 Z
13
+ date: 2014-01-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sass