Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Round issue #45

Closed
MoOx opened this issue Nov 11, 2014 · 2 comments
Closed

Round issue #45

MoOx opened this issue Nov 11, 2014 · 2 comments

Comments

@MoOx
Copy link
Owner

MoOx commented Nov 11, 2014

:root {
  --fontSize: 3rem;
}

body { font-size: calc(var(--fontSize) * 1.2); }

gives

body { font-size: 3.5999999999999996rem; }
@MoOx MoOx added the type: bug label Nov 11, 2014
@bloodyowl
Copy link
Contributor

floating points are tricky, a quirk workaroud would be to multiply both numbers then divide the computed number by Math.pow(10, numberOfDigitsAfterDot)

@MoOx
Copy link
Owner Author

MoOx commented Nov 12, 2014

Closed by MoOx/reduce-css-calc@62c4a50

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants