Skip to content
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

Evaluate calc expressions #376

Open
vithar opened this issue Mar 28, 2018 · 3 comments
Open

Evaluate calc expressions #376

vithar opened this issue Mar 28, 2018 · 3 comments

Comments

@vithar
Copy link
Contributor

vithar commented Mar 28, 2018

Evaluate calc expressions for smaller output:

.foo { width: calc((100px (20px - 0)) 10px) } to .foo { width: 130px }

.foo { width: calc((100% (20px - 0)) 10px) } to .foo { width: calc(100% 30px) }

@kizu
Copy link

kizu commented Mar 29, 2018

Just a note: this kind of evaluation inside the calc() could be ok, however, going calc(130px)130px can be dangerous as there is different browser support for those values.

@tadatuta
Copy link
Member

hello! is there any possibility to have this issue resolved in reasonable time?

@lahmatiy
Copy link
Member

I have no plans to work on this feature in near future. So only if somebody else will take it in work...

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

No branches or pull requests

4 participants