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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/emma-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/emma.scss +6 -6
- 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: f00f947454d6a2868b6e9347f63d54fd44e8c7c8
|
|
4
|
+
data.tar.gz: 0d529cdabbbfc81b3fffde085c8f770b396b453b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4aaacb230b8cf7b1c201b4afa9a4eabd912a0f5067d21230ae51aa7bf82f80f179b0e675a2b01a53458f563fa744c27a5569adbdd42331c032f2d5c812dafee3
|
|
7
|
+
data.tar.gz: 7bdb524be0cde3be32c1b91d45c095bcc0bc13bd7a6f4b91625f9f73a1b83fcc3d1b4ef298ba3d8396d78dd87d9fe9227245956faaa59f5f1ad5f1fe55302f63
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Emma.css 0.
|
|
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
|
-
(
|
|
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:
|
|
695
|
+
text-indent: 200% !important;
|
|
696
696
|
white-space: nowrap !important;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
//
|
|
700
|
-
%emma-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|