]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: add spacing between words
authorDavid Newman <david.r.niciforovic@gmail.com>
Fri, 11 May 2018 15:45:45 +0000 (11:45 -0400)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 15:45:45 +0000 (11:45 -0400)
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;