less / old-lesscss.org

The OLD lesscss.org. For the new one see less-docs.
http://lesscss.org
90 stars 48 forks source link

correct order for css3 properties with vendor prefix #99

Closed jakob-stoeck closed 11 years ago

jakob-stoeck commented 11 years ago

If you list the vendor prefix after the actual property, the vendor prefix will override and be the property that renders. This will result in a different appearance in modern browsers.

details: http://css-tricks.com/ordering-css3-properties/