kevin-montrose / More

A CSS Compiler
Microsoft Public License
42 stars 4 forks source link

Automate vendor prefixes #15

Closed kevin-montrose closed 12 years ago

kevin-montrose commented 12 years ago

Having to manually setup all the -ms, -moz, -webkit nonsense on the fancy new CSS properties is pointless busywork. More shouldn't require you do it.

While I'm loathe to straight-up "bloat" all generated CSS with the prefixed equivalents, a command line option (or predefined mixins) may be an acceptable approach.

Look to Compass for inspriation if needed.

Regardless, something needs to be done for it.