english_tea 0.3.0 → 0.4.0

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: 0e13a9d5b6205a0b9354cd5a6afc610f2247a9fe
4
- data.tar.gz: bd732706fefb904c258a0b2f5a13a86cc2399592
3
+ metadata.gz: 932675a7b09c6107f5d6df07d5c8461fd6fcba37
4
+ data.tar.gz: efffb85396b42d5452a9ecc4ffca934189fa9f48
5
5
  SHA512:
6
- metadata.gz: 3becd1eb9f4d553298b50d2ca5494d0c17f23620f81e33ecd0ef2042c2d6384763334821bc86c1ea70d807cedd39a4fedcb310b4af0ef87734ce868a7cac22b7
7
- data.tar.gz: 0c0c389e69b0e5f495c566c42fab8f3bd88d413770fc3306df823c811dc776f361f3dd08dc204722adca86de7c900f7477b23ca833c3bdbb5d1fc5ed503b1725
6
+ metadata.gz: fbfba427451a59700ee8356e0d083265c59a7c0b48d39a60f8f584396c15430b266b6c14750627e1ff00aa7fd9a4ffc471a16c44f2516efb32a83655e3fe5e6c
7
+ data.tar.gz: da2a632fb80573dacb1139ab6d33379473e0c225ab0f5a61eea9d4943ce3f98a4ce8e8880e4efa95c3d5758b5c8f759dc6c781c6d3d22c26fa1d5e450287e424
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  Include in your application.css file:
22
22
 
23
- *= require english_tea/all
23
+ *= require english_tea
24
24
 
25
25
  Alternatively you can include individual modules by using the index to include an entire module:
26
26
 
@@ -4,7 +4,15 @@
4
4
  // ==========================================================================
5
5
 
6
6
  $output-bourbon-deprecation-warnings: false;
7
- @import 'bourbon';
7
+ @import 'bourbon/css3/flex-box';
8
+ @import 'bourbon/css3/columns';
9
+ @import 'bourbon/css3/filter';
10
+ @import 'bourbon/css3/transition';
11
+ @import 'bourbon/css3/transform';
12
+ @import 'bourbon/bourbon-deprecate';
13
+ @import 'bourbon/settings/prefixer';
14
+ @import 'bourbon/addons/prefixer';
15
+
8
16
  @import 'snapper';
9
17
 
10
18
  @import 'english_tea/setup/index';
@@ -1,3 +1,3 @@
1
1
  module EnglishTea
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -2,6 +2,7 @@
2
2
  // http://bourbon.io
3
3
  // Copyright 2011-2017 thoughtbot, inc.
4
4
  // MIT License
5
+ $output-bourbon-deprecation-warnings: false;
5
6
 
6
7
  @import "bourbon/settings/deprecation-warnings";
7
8
  @import "bourbon/settings/prefixer";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_tea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr