]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix documentation according to #12333 12370/head
authorThomas Frobieter <thomas.frobieter@webks.de>
Wed, 19 Jan 2022 16:24:29 +0000 (17:24 +0100)
committerThomas Frobieter <thomas.frobieter@webks.de>
Wed, 19 Jan 2022 16:24:29 +0000 (17:24 +0100)
docs/pages/global.md

index 49df0e567a8b1869333382944dce60fa755fdc6e..1201d76d6209bf24d4a9787d0215f55c223e4100 100644 (file)
@@ -88,11 +88,11 @@ The semantic colors (primary, secondary, success, warning, and alert) can be cha
 
 ```scss
 $foundation-palette: (
-  primary: #1779ba,
-  secondary: #767676,
-  success: #3adb76,
-  warning: #ffae00,
-  alert: #cc4b37,
+  "primary": #1779ba,
+  "secondary": #767676,
+  "success": #3adb76,
+  "warning": #ffae00,
+  "alert": #cc4b37,
 );
 ```