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
polished
// It happens with any color actually transparentize(0.55, '#01B0BB') // rgba(1,176,187,0.44999999999999996)
The output is rgba(1,176,187,0.44999999999999996)
rgba(1,176,187,0.44999999999999996)
The output to be rgba(1,176,187,0.45)
rgba(1,176,187,0.45)
https://codesandbox.io/s/polished-transparentize-055-bug-dm3o7
The text was updated successfully, but these errors were encountered:
fix(transparentize): float alpha value to 2 decimals
fa48138
Ensures transparentize alpha values are floated 2 decimals. fix #548
063c85d
@sandrina-p This has been addressed in v4.0.4.
Sorry, something went wrong.
No branches or pull requests
polished
version: 4.0.2Mixin/Helper/Shorthand Usage
What You Are Seeing
The output is
rgba(1,176,187,0.44999999999999996)
What You Expected To See
The output to be
rgba(1,176,187,0.45)
Reproduction
https://codesandbox.io/s/polished-transparentize-055-bug-dm3o7
The text was updated successfully, but these errors were encountered: