From: Alan Dague-Greene Date: Fri, 31 Jan 2014 06:51:02 +0000 (-0700) Subject: Add missing commas to visibility classes X-Git-Tag: v5.2.0~69^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4292%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add missing commas to visibility classes Commas missing from _visibility.scss were causing certain visibility classes to be unavailable. --- diff --git a/scss/foundation/components/_visibility.scss b/scss/foundation/components/_visibility.scss index 4abba7bf4..61ffd5bf7 100644 --- a/scss/foundation/components/_visibility.scss +++ b/scss/foundation/components/_visibility.scss @@ -117,13 +117,13 @@ $include-html-visibility-classes: $include-html-classes !default; th { &.show-for-small, &.show-for-small-only, - &.show-for-medium-down + &.show-for-medium-down, &.show-for-large-down, &.hide-for-medium, &.hide-for-medium-up, &.hide-for-large, &.hide-for-large-up, - &.hide-for-xlarge + &.hide-for-xlarge, &.hide-for-xlarge-up, &.hide-for-xxlarge-up { display: table-cell !important; } }