From: Andy Cochran Date: Tue, 6 Dec 2016 05:04:24 +0000 (-0500) Subject: update add-foundation-colors() description X-Git-Tag: v6.3.0-rc2~4^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226046a124fecb39134c04edd3262dbe717d63db;p=thirdparty%2Ffoundation%2Ffoundation-sites.git update add-foundation-colors() description --- diff --git a/scss/util/_color.scss b/scss/util/_color.scss index e24704072..66fa9e71c 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -106,7 +106,7 @@ } } -/// Transfers the colors in the `$foundation-palette` variable into the legacy color variables, such as `$primary-color` and `$secondary-color`. Call this mixin below the Global section of your settings file to properly migrate your codebase. +/// Transfers the colors in the `$foundation-palette`map into variables, such as `$primary-color` and `$secondary-color`. Call this mixin below the Global section of your settings file to properly migrate your codebase. @mixin add-foundation-colors() { @if map-has-key($foundation-palette, primary) { $primary-color: map-get($foundation-palette, primary) !global;