Open sveetch opened 4 years ago
As title say, every color name should be quoted in maps from Sass outputs since a name with - can cause trouble with Sass evaluation.
-
This is in fact more critical since some implementation like dart-sass will raise a warning for EVERY usage of interpolation on color variable from a map where keys are unquoted.
As title say, every color name should be quoted in maps from Sass outputs since a name with
-
can cause trouble with Sass evaluation.