]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing commas to visibility classes 4292/head
authorAlan Dague-Greene <alan@basicrecipe.com>
Fri, 31 Jan 2014 06:51:02 +0000 (23:51 -0700)
committerAlan Dague-Greene <alan@basicrecipe.com>
Fri, 31 Jan 2014 06:51:02 +0000 (23:51 -0700)
Commas missing from _visibility.scss were causing certain visibility
classes to be unavailable.

scss/foundation/components/_visibility.scss

index 4abba7bf4b51e9d4f03f4235f1c67d69be13a87b..61ffd5bf7388224947a4f2170d9be73ef2081cf4 100644 (file)
@@ -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; }
   }