]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove display none as we have hide!
authorharry <harmanmanchanda182@gmail.com>
Mon, 22 May 2017 17:27:32 +0000 (22:57 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 22 May 2017 17:27:32 +0000 (22:57 +0530)
scss/prototype/_display.scss

index 308da6aefb185a5ca09468a982be9d77c26e376a..3b9d3b3bc1256c5867a42c7d7b82931d034c55a5 100644 (file)
@@ -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`