segmentio / myth

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

allow returning the rework plugins as a group #9

Closed ianstormtaylor closed 10 years ago

ianstormtaylor commented 10 years ago
myth(css); // "css string"
myth(); // [Function]

rework.use(myth())

to win @visionmedia's love back

anthonyshort commented 10 years ago

This === dope.

anthonyshort commented 10 years ago

Plus

reworker --use myth,css-whitespace,something-else < input.css > output.css
ianstormtaylor commented 10 years ago

youll have to thank DJTJ for that one ;)