]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11251 from datatypevoid/develop for v6.5.0
authorDavid Newman <david.r.niciforovic@gmail.com>
Sat, 16 Jun 2018 08:16:28 +0000 (10:16 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 21:02:24 +0000 (23:02 +0200)
7ef759818 docs: add spacing between words

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/util/_color.scss

index 849969ecff93afdc07a49515e43000d88f33615d..f88588e7a4366d4f6f2c030b02b52ed3a401ccc9 100644 (file)
@@ -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;