]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix #12333 Colorname Selectors SASS Warning ("You probably don't mean to use the...
authorThomas Frobieter <thomas.frobieter@webks.de>
Wed, 19 Jan 2022 16:19:26 +0000 (17:19 +0100)
committerThomas Frobieter <thomas.frobieter@webks.de>
Wed, 19 Jan 2022 16:19:26 +0000 (17:19 +0100)
scss/_global.scss
scss/settings/_settings.scss

index 06a550c98bfed0b11e30b6d6a250a8b30e631b4e..2235b83720f6f53cfb59b593e8608f872e43b6a3 100644 (file)
@@ -25,11 +25,11 @@ $global-lineheight: 1.5 !default;
 /// Colors used for buttons, callouts, links, etc. There must always be a color called `primary`.
 /// @type Map
 $foundation-palette: (
-  primary: #1779ba,
-  secondary: #767676,
-  success: #3adb76,
-  warning: #ffae00,
-  alert: #cc4b37,
+  "primary": #1779ba,
+  "secondary": #767676,
+  "success": #3adb76,
+  "warning": #ffae00,
+  "alert": #cc4b37,
 ) !default;
 
 /// Color used for light gray UI items.
index 92b3737ff204eaec453b5850525fc2aecad58c37..93225369ec08ab8f86300386349238091e4a8258 100644 (file)
@@ -69,11 +69,11 @@ $global-font-size: 100%;
 $global-width: rem-calc(1200);
 $global-lineheight: 1.5;
 $foundation-palette: (
-  primary: #1779ba,
-  secondary: #767676,
-  success: #3adb76,
-  warning: #ffae00,
-  alert: #cc4b37,
+  "primary": #1779ba,
+  "secondary": #767676,
+  "success": #3adb76,
+  "warning": #ffae00,
+  "alert": #cc4b37,
 );
 $light-gray: #e6e6e6;
 $medium-gray: #cacaca;