From 2ad893182365f958488605e275ea1972506a3007 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Jun 2017 00:37:03 +0530 Subject: [PATCH] Sass Docs: Correct Menu Simple bullet point issue Thanks Leah Callahan for reporting at QA! --- scss/components/_menu.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2