Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _colors.scss #845

Merged
merged 1 commit into from
May 3, 2021
Merged

Update _colors.scss #845

merged 1 commit into from
May 3, 2021

Conversation

migolo
Copy link
Contributor

@migolo migolo commented Apr 28, 2021

Getting a warning using the dartSass compiler, this fixes the warning and everything works as usual.

WARNING: You probably don't mean to use the color value white in interpolation here.
It may end up represented as white, which will likely produce invalid CSS.
Always quote color names when using them as strings or map keys (for example, "white").
If you really want to use the color value here, use '"" + $color'.

Closes #843
Closes #807
Closes #828

Getting a warning
WARNING: You probably don't mean to use the color value white in interpolation here.
It may end up represented as white, which will likely produce invalid CSS.
Always quote color names when using them as strings or map keys (for example, "white").
If you really want to use the color value here, use '"" + $color'.
@Jamesking56
Copy link

Potentially fixes #843?

@migolo
Copy link
Contributor Author

migolo commented May 3, 2021

Yes it does, those are the warnings I get

@FreexD FreexD merged commit 5928bd2 into tabler:dev May 3, 2021
@migolo migolo deleted the patch-1 branch May 3, 2021 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] warnings after yarn install [BUG] webpack build color problem [BUG] Compile warning with dart-sass
3 participants