emma-css-rails 0.2.0.1 → 0.3.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/emma-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/emma.scss +9 -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: 83ba02b49d0cc15c54c8d726c64510653672a70c
|
|
4
|
+
data.tar.gz: 8cc1aae550ef0e9c4ec91d042cd0b077e58839a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79ec6c335b3775f9aa20e76bfd44ada31209602b50869722a2429f9fbf4b692eebb8eca01eb64d92d4588a3c930b1f4a0864b5c652a01a801a582b64b8e3128b
|
|
7
|
+
data.tar.gz: 7de482408a41605f94c8b7db79bf388967f92e37c8c7340d37cfb9e04f7820070ffe7e24856d782654b9db02b921c239c7480ecd75723f147c931956c95e4665
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Emma.css 0.
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|