From: harry Date: Sat, 24 Jun 2017 19:07:03 +0000 (+0530) Subject: Sass Docs: Correct Menu Simple bullet point issue X-Git-Tag: v6.4.0~2^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10246%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Sass Docs: Correct Menu Simple bullet point issue Thanks Leah Callahan for reporting at QA! --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index addbe0d2f..af4e89a05 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -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
  • that receives the margin. -/// @param {Number} $margin [$menu-simple-margin] - The margin to apply to each
  • . +/// @param {Keyword} $dir [$global-left] - Direction of the menu. This effects the side of the `
  • ` that receives the margin. +/// @param {Number} $margin [$menu-simple-margin] - The margin to apply to each `
  • `. @mixin menu-simple($dir: $global-left, $margin: $menu-simple-margin) { @if $global-flexbox { align-items: center;