]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove $menu-expand-max Sass variable, which is not needed because menus use display...
authorGeoff Kimball <geoff@zurb.com>
Fri, 5 Feb 2016 00:28:19 +0000 (16:28 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 5 Feb 2016 00:28:21 +0000 (16:28 -0800)
scss/components/_menu.scss

index b0f3b480ef9feed5889ae598baffdda0fde8e6dd..d5277cd9089a7ae104ea5c319a7cd310d7fe4280 100644 (file)
@@ -22,10 +22,6 @@ $menu-item-padding: 0.7rem 1rem !default;
 /// @type Number
 $menu-icon-spacing: 0.25rem !default;
 
-/// Maximum number of `expand-n` classes to include in the CSS.
-/// @type Number
-$menu-expand-max: 6 !default;
-
 /// Creates the base styles for a Menu.
 @mixin menu-base {
   margin: $menu-margin;