From: Ian Caunce Date: Wed, 22 Nov 2017 15:24:06 +0000 (+0000) Subject: Fixed typo in the rem-calc's documentation X-Git-Tag: v6.6.0~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10785%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed typo in the rem-calc's documentation --- diff --git a/scss/util/_unit.scss b/scss/util/_unit.scss index 6d60f3854..a4bddb835 100644 --- a/scss/util/_unit.scss +++ b/scss/util/_unit.scss @@ -20,7 +20,7 @@ $global-font-size: 100% !default; /// Converts one or more pixel values into matching rem values. /// /// @param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses. -/// @param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base. +/// @param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$global-font-size` variable as the base. /// /// @returns {List} A list of converted values. @function rem-calc($values, $base: null) {