bourbon 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/_bourbon.scss +1 -0
- data/app/assets/stylesheets/addons/_triangle.scss +4 -1
- data/bower.json +1 -1
- data/dist/_bourbon.scss +1 -0
- data/dist/addons/_triangle.scss +4 -1
- data/lib/bourbon/version.rb +1 -1
- data/package.json +1 -1
- 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: 00460664f57c554e83140ddb14de747218cc318b
|
4
|
+
data.tar.gz: 0f43a47d010e1158138249b1262474b46842af93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 825f048ef1a90232aa1ba2ec59ffb71290bdfd8a6e3b484e78080ed78c97aed52543adc00f623a9401b6c9f3e3e52e13cb663e4d3620a618b894fc65fa2a7389
|
7
|
+
data.tar.gz: 919cf319d03f77f92d3b6e6cd52744da95446f124ba150b364e76569fe20191c0921f1665915ce88da3b6e3603285f9cecb7b805a6f4af55e13ae64aedf3e7b2
|
@@ -6,7 +6,10 @@
|
|
6
6
|
$height: nth($size, length($size));
|
7
7
|
|
8
8
|
$foreground-color: nth($color, 1);
|
9
|
-
$background-color:
|
9
|
+
$background-color: transparent !default;
|
10
|
+
@if (length($color) == 2) {
|
11
|
+
$background-color: nth($color, 2);
|
12
|
+
}
|
10
13
|
|
11
14
|
@if ($direction == up) or ($direction == down) or ($direction == right) or ($direction == left) {
|
12
15
|
|
data/bower.json
CHANGED
data/dist/_bourbon.scss
CHANGED
data/dist/addons/_triangle.scss
CHANGED
@@ -6,7 +6,10 @@
|
|
6
6
|
$height: nth($size, length($size));
|
7
7
|
|
8
8
|
$foreground-color: nth($color, 1);
|
9
|
-
$background-color:
|
9
|
+
$background-color: transparent !default;
|
10
|
+
@if (length($color) == 2) {
|
11
|
+
$background-color: nth($color, 2);
|
12
|
+
}
|
10
13
|
|
11
14
|
@if ($direction == up) or ($direction == down) or ($direction == right) or ($direction == left) {
|
12
15
|
|
data/lib/bourbon/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bourbon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phil LaPier
|
@@ -20,7 +20,7 @@ authors:
|
|
20
20
|
autorequire:
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
|
-
date: 2014-04-
|
23
|
+
date: 2014-04-23 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: sass
|