From 4c33620b5aa3550018b68cebd3bf99dbf4a11bb5 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 23 Feb 2016 15:25:30 -0800 Subject: [PATCH] Update SassDoc annotations for hamburger() mixin to show defaults of every parameter --- scss/util/_mixins.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index f60048129..a984aa755 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -46,12 +46,12 @@ /// Creates a menu icon with a set width, height, number of bars, and colors. The mixin uses the height of the icon and the weight of the bars to determine spacing.
/// -/// @param {Color} $color - Color to use for the icon. -/// @param {Color} $color-hover - Color to use when the icon is hovered over. -/// @param {Number} $width - Width of the icon. -/// @param {Number} $height - Height of the icon. -/// @param {Number} $weight - Height of individual bars in the icon. -/// @param {Number} $bars - Number of bars in the icon. +/// @param {Color} $color [$black] - Color to use for the icon. +/// @param {Color} $color-hover [$dark-gray] - Color to use when the icon is hovered over. +/// @param {Number} $width [20px] - Width of the icon. +/// @param {Number} $height [16px] - Height of the icon. +/// @param {Number} $weight [2px] - Height of individual bars in the icon. +/// @param {Number} $bars [3] - Number of bars in the icon. @mixin hamburger( $color: $black, $color-hover: $dark-gray, -- 2.47.2