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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae7566eb86c1fcee496a5231ae2d1c20eb2a7739
4
- data.tar.gz: e5daaa6b7ff5e21c186361a36b202745d4f924b8
3
+ metadata.gz: 00460664f57c554e83140ddb14de747218cc318b
4
+ data.tar.gz: 0f43a47d010e1158138249b1262474b46842af93
5
5
  SHA512:
6
- metadata.gz: 9938d49283e7c4e3b49ef14596050de2778b4c2f2f2c5b7083d3e4206a488ed461eb852116ca526119df2866957004d04bfc2fd68c29654a6da944ddc38b4956
7
- data.tar.gz: fd2f71bd7253c5afc7ff7e542a7f6896392736061e8681f93e505ebbbf437e03cee03110a6bbda0fc43fe7f6954ef9d96037891afdfd6f20d73d026903c1a246
6
+ metadata.gz: 825f048ef1a90232aa1ba2ec59ffb71290bdfd8a6e3b484e78080ed78c97aed52543adc00f623a9401b6c9f3e3e52e13cb663e4d3620a618b894fc65fa2a7389
7
+ data.tar.gz: 919cf319d03f77f92d3b6e6cd52744da95446f124ba150b364e76569fe20191c0921f1665915ce88da3b6e3603285f9cecb7b805a6f4af55e13ae64aedf3e7b2
@@ -39,6 +39,7 @@
39
39
  @import "css3/filter";
40
40
  @import "css3/flex-box";
41
41
  @import "css3/font-face";
42
+ @import "css3/font-feature-settings";
42
43
  @import "css3/hyphens";
43
44
  @import "css3/hidpi-media-query";
44
45
  @import "css3/image-rendering";
@@ -6,7 +6,10 @@
6
6
  $height: nth($size, length($size));
7
7
 
8
8
  $foreground-color: nth($color, 1);
9
- $background-color: if(length($color) == 2, nth($color, 2), transparent);
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bourbon",
3
3
  "homepage": "http://bourbon.io/",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "main": "dist/_bourbon.scss",
6
6
  "ignore": [
7
7
  "app",
data/dist/_bourbon.scss CHANGED
@@ -39,6 +39,7 @@
39
39
  @import "css3/filter";
40
40
  @import "css3/flex-box";
41
41
  @import "css3/font-face";
42
+ @import "css3/font-feature-settings";
42
43
  @import "css3/hyphens";
43
44
  @import "css3/hidpi-media-query";
44
45
  @import "css3/image-rendering";
@@ -6,7 +6,10 @@
6
6
  $height: nth($size, length($size));
7
7
 
8
8
  $foreground-color: nth($color, 1);
9
- $background-color: if(length($color) == 2, nth($color, 2), transparent);
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
 
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "3.2.0"
2
+ VERSION = "3.2.1"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
5
  "main": "dist/_bourbon.scss",
6
6
  "scripts": {
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.0
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-19 00:00:00.000000000 Z
23
+ date: 2014-04-23 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sass