segmentio / myth

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

Update Autoprefixer #57

Closed ai closed 10 years ago

ai commented 10 years ago

Autoprefixer 0.8 is very old and 1.1 can do much more:

Autoprefixer 1.x is totally new Autoprefixer with a lot of features ;).

I undestand that you prefer Rework version, but PostCSS requires only one addition very fast CSS parse, but will give actual prefixes for your users.

Just like:

css = rework(css).use(others)).toString();
return autoprefixer.compile(css).css;
MoOx commented 10 years ago

Correct my if I said some shit, but updating to Autoprefixer 1 will break the possibility to use Myth as a rework plugin (now that postcss is used) ? Anyway we will need to update one day or another.

ai commented 10 years ago

@MoOx it is posibble to use it as Rework plugin with hack. Just stringify and reparse inside Myth.

tadeuszwojcik commented 10 years ago

Any updates on this? Alternatively could you add option to disable build in autoprefixer, please?

MoOx commented 10 years ago

I think we can handle both: hacky update & option to disable it.

ai commented 10 years ago

BTW, Autoprefixer 2.0 will be on next week :).

MoOx commented 10 years ago

Nice, I will wait for that release then ^^

ai commented 10 years ago

Done, Autoprefixer 2.0 was released