segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 130 forks source link

postprocessor #21

Closed chrisdl closed 10 years ago

chrisdl commented 10 years ago

Ok I have to ask (OCD). But isn't this a preprocessor? Since we are in fact processing the css before we add it to the html page? Wouldn't postprocessor imply that it processes the file in the browser?

pjkix commented 10 years ago

:+1: ya this doesn't make any sense at all

ianstormtaylor commented 10 years ago

I actually got the usage from Autoprefixr, to imply that it can be used to re-process CSS that has already been output from a preprocessor, or even just a random plugins dist files. But yeah, I'm not attached, and "re-process" is probably better

Fixed by 8e4a259ce555287e9e2b3cf0626ed7869db6eb28 and https://github.com/segmentio/myth.io/commit/f9095991299e38fa00f2382dd5b449270e993054

chrisdl commented 10 years ago

Thanks for the clarification.