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

RGB values are not rounded before translation to CSS #128

Open
shiona opened this issue Mar 1, 2017 · 1 comment
Open

RGB values are not rounded before translation to CSS #128

shiona opened this issue Mar 1, 2017 · 1 comment
Labels

Comments

@shiona
Copy link

shiona commented Mar 1, 2017

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).

These kind of colors, when translated to CSS don't seem
to get rounded, but rather simply dropped, causing
missing color definitions.

@shiona
Copy link
Author

shiona commented Mar 1, 2017

This seems to only affect compilation in frontend.

@noprompt noprompt added the bug label Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants