From: harry Date: Mon, 22 May 2017 17:27:32 +0000 (+0530) Subject: Remove display none as we have hide! X-Git-Tag: v6.4.0-rc1~23^2~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2316eef7f0cb3036302a48cd2fb28629fc16efd;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove display none as we have hide! --- diff --git a/scss/prototype/_display.scss b/scss/prototype/_display.scss index 308da6aef..3b9d3b3bc 100644 --- a/scss/prototype/_display.scss +++ b/scss/prototype/_display.scss @@ -13,7 +13,7 @@ $prototype-display-breakpoints: $global-prototype-breakpoints !default; /// Map containing all the `display` classes /// @type Map $prototype-display: ( - none, inline, inline-block, block, table + inline, inline-block, block, table ) !default; /// Display classes, by default coming through a map `$prototype-display`