stylus / nib

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

Prefixing not working with transition: transform #250

Open codebryo opened 10 years ago

codebryo commented 10 years ago

When having a transition of a transform it will only generate the browser prefixed lines of the transition statement. But it should also browserprefix the transforms.

Example:
transform scale(1)
transition transform 300ms ease-in-out

Or, maybe drop the prefix support completly as 'Autoprefixer' does the job and it could concentrate on cool mixins and features.

notslang commented 10 years ago

I really like the idea of using autoprefixer... I'll look into that.