]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update param type and description 8543/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Fri, 8 Apr 2016 11:31:33 +0000 (12:31 +0100)
committerBrett Mason <brettsmason@users.noreply.github.com>
Fri, 8 Apr 2016 11:31:33 +0000 (12:31 +0100)
scss/grid/_position.scss

index f6fca13be9b176bfe88d0dccac3381df8c7761b7..4d1bea5d483e31ec52b5dbe39eea3ccbd39e596a 100644 (file)
@@ -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);