Hacker News new | ask | show | jobs
by richthegeek 3750 days ago
The "dist" version has all this removed.

It's a pretty odd use for a preprocessor.

Each mixin is only used once (so why bother?) and the calcs are turned into percentages by the compiler (so why bother?)

1 comments

Is there a way to work around this limitation?

I have a CSS code that looks like this for a good reason:

    left: calc(100% + 2em)
that I'd like it to be changed to support legacy stock Android browsers.