From 226046a124fecb39134c04edd3262dbe717d63db Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Tue, 6 Dec 2016 00:04:24 -0500 Subject: [PATCH] update add-foundation-colors() description --- scss/util/_color.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2