]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correct sass docs!
authorharry <harmanmanchanda182@gmail.com>
Sun, 28 May 2017 16:51:09 +0000 (22:21 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 28 May 2017 16:51:09 +0000 (22:21 +0530)
scss/components/_menu.scss

index 7b4072a4b96fa568d3b06d6a4bc80bd123bbfc54..46c543fe5611dcb4bd5737dc2fde78f11a39a07f 100644 (file)
@@ -199,7 +199,7 @@ $menu-item-background-hover: $light-gray !default;
 }
 
 /// Adds styles for a nested Menu, by adding `margin-left` to the menu.
-/// @param {Keyword|Number} $padding [auto] - Length of the margin.
+/// @param {Keyword|Number} $margin [$menu-nested-margin] - Length of the margin.
 @mixin menu-nested($margin: $menu-nested-margin) {
   margin-#{$global-left}: $margin;
 }