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
I'm not sure if this is a dumb thing, but I'm having issue while using cssnext with reduce-css-calc
My Code: height: calc(20 / 1.618)rem;
height: calc(20 / 1.618)rem;
Output: height: 12.36094 rem
height: 12.36094 rem
Expected Output: height: 12.36094rem
height: 12.36094rem
Is my syntax wrong?
The text was updated successfully, but these errors were encountered:
@Praneeth-Pike I can't reproduce it on last version. In any case this is not valid css code.
Sorry, something went wrong.
No branches or pull requests
I'm not sure if this is a dumb thing, but I'm having issue while using cssnext with reduce-css-calc
My Code:
height: calc(20 / 1.618)rem;
Output:
height: 12.36094 rem
Expected Output:
height: 12.36094rem
Is my syntax wrong?
The text was updated successfully, but these errors were encountered: