english_tea 1.11.0 → 1.12.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
  SHA256:
3
- metadata.gz: bcc2988daee1c5e797d44f91f4d85703ee5e1945207a9340f504044686eb1631
4
- data.tar.gz: ab3d1b3a123a2fe3e1481e0b180db3b01e08894ea73eedfe7366b6293efb258d
3
+ metadata.gz: f49d753e4c498a6a91732e2a12e24821a4dec3f43ad4bd034bb1b30bdf68c960
4
+ data.tar.gz: 5942988feeec21d730eb0cfc4e1f504a8910ec2f7c9557833156293668d60626
5
5
  SHA512:
6
- metadata.gz: 888abcaed88ba1edb7a0082261c66ab05c1c3f67d614d52941c399f2a6314a035acb43b475432096fbc6f15f80570ebe27b213d3c4545f3cc6e6a9d31ee17cfd
7
- data.tar.gz: d3c036d8eeda4da463ee79c50448a63fbeb6f3e0d52f8995b71d7b3e5b54fef8213ca5eaa90d8eefd1f1ca68e6080d0dd3846a0d3fb7d201f8754a2864ac39fa
6
+ metadata.gz: 50865571f738867bb13a5a66f9962ac76f07477d2ac7b6fcaddfc7249773f657cf152231243afa9d7fa9bc19e2a5d251861887930ea70b8619355f707f01e590
7
+ data.tar.gz: a892fa19972e35d41b2bc0e7298a2e9ca65a070e3b16103c8f7f78134603a49fa05007866af22d9d0dd4c3ff3393f8b7e4b9ae3e19a27852793f5e8aaec03cc5
@@ -27,6 +27,34 @@
27
27
  display: table-cell !important;
28
28
  }
29
29
 
30
+ @include _bp-prefixer-basic
31
+ {
32
+ &inline
33
+ {
34
+ display: inline !important;
35
+ }
36
+
37
+ &block
38
+ {
39
+ display: block !important;
40
+ }
41
+
42
+ &inline-block
43
+ {
44
+ display: inline-block !important;
45
+ }
46
+
47
+ &table
48
+ {
49
+ display: table !important;
50
+ }
51
+
52
+ &table-cell
53
+ {
54
+ display: table-cell !important;
55
+ }
56
+ }
57
+
30
58
  // ---
31
59
  // OVERFLOW
32
60
  // ---
@@ -1,3 +1,3 @@
1
1
  module EnglishTea
2
- VERSION = "1.11.0"
2
+ VERSION = "1.12.0"
3
3
  end
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: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-01-17 00:00:00.000000000 Z
12
+ date: 2018-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler