Hacker News new | ask | show | jobs
by nostrademons 3736 days ago
Sure, but there are plenty of other ways to achieve the same effect. One I used for many years was to run your CSS through the same templating engine that generates your HTML. Wait a few more months and you might also get native CSS vars:

http://caniuse.com/#feat=css-variables

1 comments

> One I used for many years was to run your CSS through the same templating engine

So...a preprocessor? :)

That you have to use anyway.