Skip to content

calc(...)rem adds space between number and unit #46

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

Closed
Praneeth-Pike opened this issue Apr 24, 2018 · 1 comment
Closed

calc(...)rem adds space between number and unit #46

Praneeth-Pike opened this issue Apr 24, 2018 · 1 comment

Comments

@Praneeth-Pike
Copy link

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?

@Semigradsky
Copy link
Collaborator

@Praneeth-Pike I can't reproduce it on last version.
In any case this is not valid css code.

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

No branches or pull requests

2 participants