]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Sass Docs: Correct Menu Simple bullet point issue 10246/head
authorharry <harmanmanchanda182@gmail.com>
Sat, 24 Jun 2017 19:07:03 +0000 (00:37 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 24 Jun 2017 19:07:03 +0000 (00:37 +0530)
Thanks Leah Callahan for reporting at QA!

scss/components/_menu.scss

index addbe0d2f85e06f58c041e0c99c609d6188f30bf..af4e89a0560865669c44aaee18aa037bdb0ce309 100644 (file)
@@ -186,8 +186,8 @@ $menu-item-background-hover: $light-gray !default;
 }
 
 /// Creates a simple Menu, which has no padding or hover state.
-/// @param {Keyword} $dir [$global-left] - Direction of the menu. This effects the side of the <li> that receives the margin.
-/// @param {Number} $margin [$menu-simple-margin] - The margin to apply to each <li>.
+/// @param {Keyword} $dir [$global-left] - Direction of the menu. This effects the side of the `<li>` that receives the margin.
+/// @param {Number} $margin [$menu-simple-margin] - The margin to apply to each `<li>`.
 @mixin menu-simple($dir: $global-left, $margin: $menu-simple-margin) {
   @if $global-flexbox {
     align-items: center;