From: David Newman Date: Sat, 16 Jun 2018 08:16:28 +0000 (+0200) Subject: Use pull request #11251 from datatypevoid/develop for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48a96f749f5b17e09969f0645df699c70cdad53;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11251 from datatypevoid/develop for v6.5.0 7ef759818 docs: add spacing between words Signed-off-by: Nicolas Coden --- 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;