stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Autoprefixer Integration #223

Open jescalan opened 10 years ago

jescalan commented 10 years ago

This PR will integrate autoprefixer into nib by default, and remove a lot of vendor maintenance stuff. Initial commit here just adds it to the pipeline, a lot of work still left to carefully strip the vendor-handling pieces from nib without breaking anything or removing functionality like the node-canvas stuff.

notslang commented 10 years ago

This is a nice start, but the tests are failing and we should gut out all the prefixing that nib does before we merge this. That way we're not prefixing twice, which could either cause performance degradation, errors, or both.

jescalan commented 10 years ago

Definitely, this is not intended as a full implementation, just getting the ball rolling. What are your thoughts on how to handle gradients? Autoprefixer has handling for gradients, but I know nib does image replacement as well...