emma-css-rails 0.3.0.0 → 0.4.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83ba02b49d0cc15c54c8d726c64510653672a70c
4
- data.tar.gz: 8cc1aae550ef0e9c4ec91d042cd0b077e58839a2
3
+ metadata.gz: f00f947454d6a2868b6e9347f63d54fd44e8c7c8
4
+ data.tar.gz: 0d529cdabbbfc81b3fffde085c8f770b396b453b
5
5
  SHA512:
6
- metadata.gz: 79ec6c335b3775f9aa20e76bfd44ada31209602b50869722a2429f9fbf4b692eebb8eca01eb64d92d4588a3c930b1f4a0864b5c652a01a801a582b64b8e3128b
7
- data.tar.gz: 7de482408a41605f94c8b7db79bf388967f92e37c8c7340d37cfb9e04f7820070ffe7e24856d782654b9db02b921c239c7480ecd75723f147c931956c95e4665
6
+ metadata.gz: 4aaacb230b8cf7b1c201b4afa9a4eabd912a0f5067d21230ae51aa7bf82f80f179b0e675a2b01a53458f563fa744c27a5569adbdd42331c032f2d5c812dafee3
7
+ data.tar.gz: 7bdb524be0cde3be32c1b91d45c095bcc0bc13bd7a6f4b91625f9f73a1b83fcc3d1b4ef298ba3d8396d78dd87d9fe9227245956faaa59f5f1ad5f1fe55302f63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # emma-css-rails Changelog
2
2
 
3
3
  ## master (unreleased)
4
+ * Nothing
5
+
6
+ ## 0.4.0.0
7
+ * Update emma.scss to 0.4.0
4
8
 
5
9
  ## 0.3.0.0
6
10
  * Update emma.scss to 0.3.0
@@ -1,3 +1,3 @@
1
1
  module EmmaCssRails
2
- VERSION = "0.3.0.0"
2
+ VERSION = "0.4.0.0"
3
3
  end
@@ -1,4 +1,4 @@
1
- /*! Emma.css 0.3.0 | emmet-like utility classes | MIT License | git.io/emma */
1
+ /*! Emma.css 0.4.0 | emmet-like utility classes | MIT License | git.io/emma */
2
2
 
3
3
  $emma-prefix: "u-" !default;
4
4
  $emma-important: true !default;
@@ -670,7 +670,7 @@ $emma-multiple-declaration-list: (
670
670
  ( cf , "%emma-cf" ),
671
671
  ( tetr , "%emma-tetr" ),
672
672
  ( tehi , "%emma-tehi" ),
673
- ( lire , "%emma-lire" ),
673
+ ( reli , "%emma-reli" ),
674
674
  ( abce , "%emma-abce" ),
675
675
  ) !default;
676
676
 
@@ -692,12 +692,12 @@ $emma-multiple-declaration-list: (
692
692
  // Text hiding
693
693
  %emma-tehi {
694
694
  overflow: hidden !important;
695
- text-indent: 100% !important;
695
+ text-indent: 200% !important;
696
696
  white-space: nowrap !important;
697
697
  }
698
698
 
699
- // List reset
700
- %emma-lire {
699
+ // Reset list
700
+ %emma-reli {
701
701
  list-style: none;
702
702
  padding-left: 0;
703
703
  }
@@ -705,9 +705,9 @@ $emma-multiple-declaration-list: (
705
705
  // Absolute center
706
706
  %emma-abce {
707
707
  bottom: 0;
708
- display: table;
709
708
  left: 0;
710
709
  margin: auto;
710
+ position: absolute;
711
711
  right: 0;
712
712
  top: 0;
713
713
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emma-css-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.0
4
+ version: 0.4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ruedap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass