madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 258 forks source link

Placing -ms before -o in the vendor prefix order. #121

Closed jakebellacera closed 10 years ago

jakebellacera commented 10 years ago

Typically, -ms goes before -o when you're listing out a bunch of vendor prefixes. CSS linters (like RECESS) will throw an error if this order is incorrect. See RECESS' prefix order.