groundworkcss 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,8 +20,8 @@ $inline-conditional-helpers: false !default;
20
20
  .ipad-only { display: none !important; }
21
21
  .small-tablet-only { display: none !important; }
22
22
  .mobile-only { display: block !important; }
23
- .hide-on-mobile { display: none !important; }
24
23
  .hide-on-small-tablet { display: block !important; }
24
+ .hide-on-mobile { display: none !important; }
25
25
  @if $inline-conditional-helpers {
26
26
  span.mobile-only { display: inline !important; }
27
27
  }
@@ -1,3 +1,3 @@
1
1
  module Groundworkcss
2
- VERSION = "2.3.2"
2
+ VERSION = "2.3.3"
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.2
4
+ version: 2.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -323,7 +323,6 @@ 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.2.gem
327
326
  - groundworkcss.gemspec
328
327
  - lib/groundworkcss.rb
329
328
  - lib/groundworkcss/engine.rb