tj / styl

Flexible and fast modular CSS preprocessor built on top of Rework
530 stars 21 forks source link

use autoprefixer #23

Closed jonathanong closed 10 years ago

jonathanong commented 10 years ago

since rework is removing vendor prefix support. autoprefixer is not pinned because patchs are just caniuse db updates.

didn't update the readme - theres .browsers option. tests pass (travis maybe?). maybe remove .delegate and .vendors().

tj commented 10 years ago

does autoprefixer work in the browser? (component?)

jonathanong commented 10 years ago

thanks to being written in coffee script, no. but it uses component to build internally. you can still use it as a global, though.

vendethiel commented 10 years ago

thanks to being written in coffee script, no.

i'm missing the point here ?

jonathanong commented 10 years ago

oh crap. you can use it in the browser, but you can't use it in the browser with component (because it's written in coffee script). that's what i mean.

ai commented 10 years ago

@jonathanong you can build autoprefixer by browserify :)

robhrt7 commented 10 years ago

does autoprefixer work in the browser? (component?)

Why do you need it to run in the browser?