bourbon 4.0.0 → 4.0.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: 87791430fcf4848b4fe0f74fcfe22cdb346f3320
4
- data.tar.gz: 8d40c9cabebb8927539e955ea15a4e229c95608f
3
+ metadata.gz: 41411be80fcec3ef639f565ce53acb117b97b404
4
+ data.tar.gz: b55f7babf130479756b841b3187655f09e634bef
5
5
  SHA512:
6
- metadata.gz: f2f430ef879eae199a32bf4cdb45833f82e69f284df731ea2852566d34f8e11623632b790d6fbce3c15ff0858c1827a1f12874557cdf5a2eb09af3b961a141a4
7
- data.tar.gz: 3817fc052d7ea63c7557eb2e36dc07929792ee29e758d420a780e43f5da307a02104dffa7bd33b214b2fbe167a898ee34eca198aa567eb88612cdc6e4e07e390
6
+ metadata.gz: b908ff10e7e76c69c0ceb6b92686716a369e8e1d8a97c5a9940125ae6317c4ff431c04ac390ade56fafdbae4a825de0e356b474309ea648b50852fc74984d3a0
7
+ data.tar.gz: 24a680d23e8097f2b11c535af877bd1bef0d46cf4dce359bbd83686b33830a9b89f3df6fc3cf86011fe65bbab9818985abd88564220e5786d6f4bdd4e1c6bb53
@@ -45,6 +45,7 @@
45
45
  @import "css3/filter";
46
46
  @import "css3/flex-box";
47
47
  @import "css3/font-face";
48
+ @import "css3/font-feature-settings";
48
49
  @import "css3/hyphens";
49
50
  @import "css3/hidpi-media-query";
50
51
  @import "css3/image-rendering";
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bourbon",
3
3
  "homepage": "http://bourbon.io/",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "main": "dist/_bourbon.scss",
6
6
  "ignore": [
7
7
  "app",
@@ -45,6 +45,7 @@
45
45
  @import "css3/filter";
46
46
  @import "css3/flex-box";
47
47
  @import "css3/font-face";
48
+ @import "css3/font-feature-settings";
48
49
  @import "css3/hyphens";
49
50
  @import "css3/hidpi-media-query";
50
51
  @import "css3/image-rendering";
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
5
  "main": "dist/_bourbon.scss",
6
6
  "scripts": {
data/readme.md CHANGED
@@ -3,6 +3,9 @@
3
3
  <br>
4
4
  [![Gem Version](https://badge.fury.io/rb/bourbon.png)](http://badge.fury.io/rb/bourbon) [![Code Climate](https://codeclimate.com/github/thoughtbot/bourbon.png)](https://codeclimate.com/github/thoughtbot/bourbon) [![Gitter chat](https://badges.gitter.im/thoughtbot/bourbon.png)](https://gitter.im/thoughtbot/bourbon)
5
5
 
6
+ -
7
+ :warning: Bourbon **4.0.0** requires Sass **3.3.x**. If you are using **libsass** or **sass-rails** use **3.2.0**.
8
+
6
9
  ## A lightweight mixin library for Sass
7
10
  Bourbon is a library of pure sass mixins that are designed to be simple
8
11
  and easy to use. No configuration required.
@@ -13,6 +16,8 @@ The mixins contain vendor specific prefixes for all CSS3 properties for support
13
16
  amongst modern browsers. The prefixes also ensure graceful degradation for older
14
17
  browsers that support only CSS3 prefixed properties. Bourbon uses SCSS syntax.
15
18
 
19
+
20
+
16
21
  ### [Documentation & Demo](http://bourbon.io)
17
22
 
18
23
  ### Requirements
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: 4.0.0
4
+ version: 4.0.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