toolkit 2.0.0.alpha.3 → 2.0.0.alpha.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/stylesheets/toolkit/_intrinsic-ratio.scss +2 -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: a4df9ea8b6f4f88562e5ee47c12b64726b6fe97a
|
|
4
|
+
data.tar.gz: b600350d632696b58bebe25e2a3e2691e2f47ed6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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($
|
|
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($
|
|
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.
|
|
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-
|
|
13
|
+
date: 2014-01-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: sass
|