bourbon 4.0.0 → 4.0.1
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/app/assets/stylesheets/_bourbon.scss +1 -0
- data/bower.json +1 -1
- data/dist/_bourbon.scss +1 -0
- data/lib/bourbon/version.rb +1 -1
- data/package.json +1 -1
- data/readme.md +5 -0
- 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: 41411be80fcec3ef639f565ce53acb117b97b404
|
|
4
|
+
data.tar.gz: b55f7babf130479756b841b3187655f09e634bef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b908ff10e7e76c69c0ceb6b92686716a369e8e1d8a97c5a9940125ae6317c4ff431c04ac390ade56fafdbae4a825de0e356b474309ea648b50852fc74984d3a0
|
|
7
|
+
data.tar.gz: 24a680d23e8097f2b11c535af877bd1bef0d46cf4dce359bbd83686b33830a9b89f3df6fc3cf86011fe65bbab9818985abd88564220e5786d6f4bdd4e1c6bb53
|
data/bower.json
CHANGED
data/dist/_bourbon.scss
CHANGED
data/lib/bourbon/version.rb
CHANGED
data/package.json
CHANGED
data/readme.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
<br>
|
|
4
4
|
[](http://badge.fury.io/rb/bourbon) [](https://codeclimate.com/github/thoughtbot/bourbon) [](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.
|
|
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-
|
|
23
|
+
date: 2014-04-23 00:00:00.000000000 Z
|
|
24
24
|
dependencies:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: sass
|