From 15d10bd9f8f3382d3649fa755b71b2296bf4cd72 Mon Sep 17 00:00:00 2001 From: Tvrtko Date: Thu, 26 Nov 2015 18:43:30 +0100 Subject: [PATCH] #7215 - change top/bottom keywords to up/down in docstrings --- scss/util/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/util/_mixins.scss b/scss/util/_mixins.scss index fdd15bb17..2cac03461 100644 --- a/scss/util/_mixins.scss +++ b/scss/util/_mixins.scss @@ -10,7 +10,7 @@ /// /// @param {Number} $triangle-size - Width of the triangle. /// @param {Color} $triangle-color - Color of the triangle. -/// @param {Keyword} $triangle-direction - Direction the triangle points. Can be `top`, `right`, `bottom`, or `left`. +/// @param {Keyword} $triangle-direction - Direction the triangle points. Can be `up`, `right`, `down`, or `left`. @mixin css-triangle( $triangle-size, $triangle-color, -- 2.47.2