collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
Mostly I was only using it for the ability to use variables in media queries, which CSS still hasn't really replicated. But other than that, and a few loops here and there (which are easy enough to hard-code), it's just gotten to the point where there's no real benefit over vanilla CSS, but lots more overhead.
It does add some kbs, since I'm no longer smooshing everything into a minified file, but not enough to be concerned about. Might play with optimizing through other means anyway.