groundworkcss 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,11 @@ $container-width: 1200px !default;
12
12
 
13
13
 
14
14
  html {
15
+ &.ie {
16
+ .hide-on-desktop {
17
+ display: none;
18
+ }
19
+ }
15
20
  &.lt-ie9 {
16
21
  min-width: $container-width !important;
17
22
  body {
@@ -13,7 +13,7 @@ $inline-conditional-helpers: false !default;
13
13
  @if $inline-conditional-helpers {
14
14
  span.desktop-only { display: inline; }
15
15
  }
16
- .hide-on-desktop { display: none; }
16
+ .hide-on-desktop {}
17
17
  // ipad helpers
18
18
  .ipad-only { display: none !important; }
19
19
  .hide-on-ipad {}
@@ -1,3 +1,3 @@
1
1
  module Groundworkcss
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groundworkcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -323,7 +323,7 @@ files:
323
323
  - app/views/groundworkdocs/tabs.html.erb
324
324
  - app/views/groundworkdocs/typography.html.erb
325
325
  - app/views/layouts/groundworkdocs.html.erb
326
- - groundworkcss-2.3.1.gem
326
+ - groundworkcss-2.3.2.gem
327
327
  - groundworkcss.gemspec
328
328
  - lib/groundworkcss.rb
329
329
  - lib/groundworkcss/engine.rb