accoutrement 1.0.0.beta.6 → 1.0.0.beta.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/stylesheets/accoutrement/_color.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3778f9602fcebf0b5894cd6ec09eb1ad3c73d84e
|
4
|
+
data.tar.gz: 91bb0d3f17ced33866279929b3fada6bb2565b6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34aa27edbc83b7433037875f9bd2213cdce55059e5cefddc1c008e43c308afa41ac3e10fa2eddc9b6ba811ba9f200e2cd6ddaadace6a51438af1220b1e47d2ff
|
7
|
+
data.tar.gz: c256634aef3cbc6f164a214332790cd03c8ad5359e1cffa855942b6ad7960db71a2f21a7c2fabef22e16bfd40b3845ec837422d726953f810c1f1751495087af
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.0.beta.
|
1
|
+
1.0.0.beta.6
|
@@ -23,7 +23,7 @@ $colors: () !default;
|
|
23
23
|
$get: map-get($colors, $color) or $color;
|
24
24
|
$base: nth($get, 1);
|
25
25
|
$adjust: if(length($get) > 1, nth($get, 2), ());
|
26
|
-
$color: if(
|
26
|
+
$color: if(map-has-key($colors, $base), color($base), $base);
|
27
27
|
|
28
28
|
@each $function, $values in $adjust {
|
29
29
|
@if function-exists($function) {
|