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
Please don't generate values like 2.4000000000000004rem or 1.7999999999999998rem
2.4000000000000004rem
1.7999999999999998rem
The text was updated successfully, but these errors were encountered:
Some users may need this sort of precision. You can use math functions to round the values to fewer decimal places.
Sorry, something went wrong.
You can provide a command line option to round them.
We should always round within JavaScript precision.. you would have to be doing some crazy stuff to want more than 8 d.p's right?
No branches or pull requests
Please don't generate values like
2.4000000000000004rem
or1.7999999999999998rem
The text was updated successfully, but these errors were encountered: