]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
update add-foundation-colors() description
authorAndy Cochran <acochran@council.nyc.gov>
Tue, 6 Dec 2016 05:04:24 +0000 (00:04 -0500)
committerAndy Cochran <acochran@council.nyc.gov>
Tue, 6 Dec 2016 05:04:24 +0000 (00:04 -0500)
scss/util/_color.scss

index e247040725edc0e793df653fc8b5e8862b29ceeb..66fa9e71c2905db07b8fcb30b719b169e5f0d3a0 100644 (file)
   }
 }
 
-/// Transfers the colors in the `$foundation-palette` variable into the legacy color 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;