groundworkcss 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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 {
|
16
|
+
.hide-on-desktop {}
|
17
17
|
// ipad helpers
|
18
18
|
.ipad-only { display: none !important; }
|
19
19
|
.hide-on-ipad {}
|
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.
|
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.
|
326
|
+
- groundworkcss-2.3.2.gem
|
327
327
|
- groundworkcss.gemspec
|
328
328
|
- lib/groundworkcss.rb
|
329
329
|
- lib/groundworkcss/engine.rb
|