romo 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -628,6 +628,15 @@ h3 { @include text1; }
628
628
  .romo-block { display: block !important; }
629
629
  .romo-display-none { display: none !important;}
630
630
 
631
+ .romo-hover:hover {
632
+ .romo-inline-hover { display: inline !important; }
633
+ .romo-inline-block-hover { display: inline-block !important; }
634
+ .romo-inline-flex-hover { @include display-inline-flex(!important); }
635
+ .romo-flex-hover { @include display-flex(!important); }
636
+ .romo-block-hover { display: block !important; }
637
+ .romo-display-none-hover { display: none !important;}
638
+ }
639
+
631
640
  .romo-relative { position: relative !important; }
632
641
  .romo-absolute { position: absolute !important; }
633
642
  .romo-absolute-fill {
data/lib/romo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Romo
2
- VERSION = "0.11.0"
2
+ VERSION = "0.12.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: romo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 11
8
+ - 12
9
9
  - 0
10
- version: 0.11.0
10
+ version: 0.12.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2015-10-15 00:00:00 Z
19
+ date: 2015-10-28 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  requirement: &id001 !ruby/object:Gem::Requirement