emma-css-rails 0.2.0.1 → 0.3.0.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: 2de1a41cf321ef2726b5379db2661aa35adda160
4
- data.tar.gz: 2bcb4f625f024601f3752e0d7697983ee8dfa147
3
+ metadata.gz: 83ba02b49d0cc15c54c8d726c64510653672a70c
4
+ data.tar.gz: 8cc1aae550ef0e9c4ec91d042cd0b077e58839a2
5
5
  SHA512:
6
- metadata.gz: 7cdcfa196d13f0b2fc84e850754a84ff22aa6510b09e7fdd1e132f4cc47526c7f459d7008003385f48451629edb39208a01741a14e47dd9b7c4f1063a4ac4fa3
7
- data.tar.gz: 1ab27b1455ea9b746df0554111c4c7fca38387cae0d9e6e341cfdb6ac06b8d2a5df63d73ce02293c8f00e6724d76f03f796c49131de81bd2c65493e01894a51e
6
+ metadata.gz: 79ec6c335b3775f9aa20e76bfd44ada31209602b50869722a2429f9fbf4b692eebb8eca01eb64d92d4588a3c930b1f4a0864b5c652a01a801a582b64b8e3128b
7
+ data.tar.gz: 7de482408a41605f94c8b7db79bf388967f92e37c8c7340d37cfb9e04f7820070ffe7e24856d782654b9db02b921c239c7480ecd75723f147c931956c95e4665
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.3.0.0
6
+ * Update emma.scss to 0.3.0
7
+
5
8
  ## 0.2.0.1
6
9
  * Add runtime dependency: sass >= 3.4
7
10
 
@@ -1,3 +1,3 @@
1
1
  module EmmaCssRails
2
- VERSION = "0.2.0.1"
2
+ VERSION = "0.3.0.0"
3
3
  end
@@ -1,4 +1,4 @@
1
- /*! Emma.css 0.2.0 | emmet-like utility classes | MIT License | git.io/emma */
1
+ /*! Emma.css 0.3.0 | emmet-like utility classes | MIT License | git.io/emma */
2
2
 
3
3
  $emma-prefix: "u-" !default;
4
4
  $emma-important: true !default;
@@ -669,6 +669,7 @@ $emma-multiple-declaration-list: (
669
669
  // --------------------------------------------------------------------------
670
670
  ( cf , "%emma-cf" ),
671
671
  ( tetr , "%emma-tetr" ),
672
+ ( tehi , "%emma-tehi" ),
672
673
  ( lire , "%emma-lire" ),
673
674
  ( abce , "%emma-abce" ),
674
675
  ) !default;
@@ -688,6 +689,13 @@ $emma-multiple-declaration-list: (
688
689
  word-wrap: normal !important;
689
690
  }
690
691
 
692
+ // Text hiding
693
+ %emma-tehi {
694
+ overflow: hidden !important;
695
+ text-indent: 100% !important;
696
+ white-space: nowrap !important;
697
+ }
698
+
691
699
  // List reset
692
700
  %emma-lire {
693
701
  list-style: none;
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.2.0.1
4
+ version: 0.3.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-20 00:00:00.000000000 Z
11
+ date: 2015-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass