bourbon 4.3.1 → 4.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -2
- data/app/assets/stylesheets/_bourbon.scss +1 -1
- data/app/assets/stylesheets/addons/_position.scss +3 -0
- data/bower.json +1 -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: ea5c04ca087a695b167a96450c4f57279e46aee0
|
4
|
+
data.tar.gz: 9331cef9c65f386c45c53c54816565fef36fbf71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 050120c00aad37a11538057db503a3b0104b9dfe86391b4c30167333ebdec9ea923a4709500f6897d7bc053b4b39047882c311f34b610dcc98302497d01a99ec
|
7
|
+
data.tar.gz: 2bc982e4a5c7cc82050989fb6284c3ce037505c664359fb1ca5d51548e702a9e8adb518b554bee951e1fd20e5c569c6a5b8c57d22816bd0390d5e11e454aed8d
|
data/CHANGELOG.md
CHANGED
@@ -3,9 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file. This
|
4
4
|
project adheres to [Semantic Versioning](http://semver.org).
|
5
5
|
|
6
|
-
##
|
6
|
+
## 4.3.2 - 2017-02-10
|
7
7
|
|
8
|
-
|
8
|
+
### Fixed
|
9
|
+
|
10
|
+
- Internal Bourbon deprecation warnings for `unpack` and `is-length` will no
|
11
|
+
longer be thrown when using the `position` mixin. ([#1004])
|
12
|
+
|
13
|
+
[#1004]: https://github.com/thoughtbot/bourbon/pull/1004
|
9
14
|
|
10
15
|
## 4.3.1 - 2017-02-07
|
11
16
|
|
@@ -29,6 +29,8 @@
|
|
29
29
|
$position: relative;
|
30
30
|
}
|
31
31
|
|
32
|
+
$user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings;
|
33
|
+
$output-bourbon-deprecation-warnings: false !global;
|
32
34
|
$coordinates: unpack($coordinates);
|
33
35
|
|
34
36
|
$offsets: (
|
@@ -45,4 +47,5 @@
|
|
45
47
|
#{$offset}: $value;
|
46
48
|
}
|
47
49
|
}
|
50
|
+
$output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global;
|
48
51
|
}
|
data/bower.json
CHANGED
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: 4.3.
|
4
|
+
version: 4.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andres Mejia
|
@@ -22,7 +22,7 @@ authors:
|
|
22
22
|
autorequire:
|
23
23
|
bindir: bin
|
24
24
|
cert_chain: []
|
25
|
-
date: 2017-02-
|
25
|
+
date: 2017-02-10 00:00:00.000000000 Z
|
26
26
|
dependencies:
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sass
|