From c48a96f749f5b17e09969f0645df699c70cdad53 Mon Sep 17 00:00:00 2001 From: David Newman Date: Sat, 16 Jun 2018 10:16:28 +0200 Subject: [PATCH] Use pull request #11251 from datatypevoid/develop for v6.5.0 7ef759818 docs: add spacing between words Signed-off-by: Nicolas Coden --- 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 849969ecf..f88588e7a 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -109,7 +109,7 @@ $contrast-warnings: true !default; } } -/// 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. +/// 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