From 7ef759818cbf62eeb25f8dbb479d10ceaf463b26 Mon Sep 17 00:00:00 2001 From: David Newman Date: Fri, 11 May 2018 11:45:45 -0400 Subject: [PATCH] docs: add spacing between words --- 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