From 78749a61ec9d96161221363b3243539488302f9a Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Sat, 14 Dec 2013 15:53:10 +0100 Subject: [PATCH] Fix typos in visibility component --- scss/foundation/components/_visibility.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/foundation/components/_visibility.scss b/scss/foundation/components/_visibility.scss index 13541b9e6..037db463d 100644 --- a/scss/foundation/components/_visibility.scss +++ b/scss/foundation/components/_visibility.scss @@ -597,7 +597,7 @@ $include-html-visibility-classes: $include-html-classes !default; .hide-for-landscape, .show-for-portrait { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table { &.show-for-landscape, &.hide-for-portrait { display: table; } @@ -627,7 +627,7 @@ $include-html-visibility-classes: $include-html-classes !default; .hide-for-portrait, .show-for-landscape { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table { &.show-for-portrait, &.hide-for-landscape { display: table; } @@ -657,7 +657,7 @@ $include-html-visibility-classes: $include-html-classes !default; .touch .show-for-touch { display: inherit !important; } .touch .hide-for-touch { display: none !important; } - /* Specific visilbity for tables */ + /* Specific visibility for tables */ table.hide-for-touch { display: table; } .touch table.show-for-touch { display: table; } thead.hide-for-touch { display: table-header-group !important; } @@ -671,4 +671,4 @@ $include-html-visibility-classes: $include-html-classes !default; th.hide-for-touch { display: table-cell !important; } .touch th.show-for-touch { display: table-cell !important; } -} \ No newline at end of file +} -- 2.47.2