From 7906bca2b0dc106c2ae01ff88b7eee4cdcff841b Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Fri, 8 Apr 2016 12:31:33 +0100 Subject: [PATCH] Update param type and description --- scss/grid/_position.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_position.scss b/scss/grid/_position.scss index f6fca13be..4d1bea5d4 100644 --- a/scss/grid/_position.scss +++ b/scss/grid/_position.scss @@ -8,7 +8,7 @@ /// Reposition a column. /// -/// @param {Number} $position - Direction and amount to move. The column will move equal to the width of the column count specified. A positive number will push the column to the right, while a negative number will pull it to the left. Set to "center" (without quotes) to center the column. +/// @param {Number|Keyword} $position - Direction and amount to move. The column will move equal to the width of the column count specified. A positive number will push the column to the right, while a negative number will pull it to the left. Set to center to center the column. @mixin grid-column-position($position) { @if type-of($position) == 'number' { $offset: percentage($position / $grid-column-count); -- 2.47.2