We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RGB-fields can get non-integer values from functions mix and weighted-mix, or by simply constructing one: (rgb 10.2 272.72 133.337).
mix
weighted-mix
(rgb 10.2 272.72 133.337)
These kind of colors, when translated to CSS don't seem to get rounded, but rather simply dropped, causing missing color definitions.
The text was updated successfully, but these errors were encountered:
This seems to only affect compilation in frontend.
Sorry, something went wrong.
No branches or pull requests
RGB-fields can get non-integer values from functions
mix
andweighted-mix
, or by simply constructingone:
(rgb 10.2 272.72 133.337)
.These kind of colors, when translated to CSS don't seem
to get rounded, but rather simply dropped, causing
missing color definitions.
The text was updated successfully, but these errors were encountered: