From 0d3a5914ff415b3655ffc87d56c10d0ec7cf4784 Mon Sep 17 00:00:00 2001 From: sprrw <166162@gmail.com> Date: Wed, 5 Oct 2016 05:57:13 +0300 Subject: [PATCH] Add "alert" as required map value to $foundation-palette Undefined "alert" color in $foundation-palette breaks SCSS compilation. Documentation incorrectly identifies "primary" as the only required value in the user redefined map. --- docs/pages/global.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/global.md b/docs/pages/global.md index 4d6d4fa0e..c2f8228e5 100644 --- a/docs/pages/global.md +++ b/docs/pages/global.md @@ -83,7 +83,7 @@ Many components can also be colored with four other colors: secondary, alert, su -If you're using the Sass version of Foundation, it's possible to edit the default color palette, by changing the `$foundation-palette` variable in your settings file. The only required color is one named "primary". The names used in the palette will be output as CSS classes. +If you're using the Sass version of Foundation, it's possible to edit the default color palette, by changing the `$foundation-palette` variable in your settings file. The only required colors are ones named "primary" and "alert". The names used in the palette will be output as CSS classes. ```scss $foundation-palette: ( -- 2.47.2