madebysource / lesshat

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

transition mixin -> flex attribute -> no prefixes #135

Open nickwinger opened 9 years ago

nickwinger commented 9 years ago

Hi,

we are using CSS3 transitions on the flex attribute. To support all browsers the flex attribute inside the transition needs to be prefixed. With the .transition mixin this is not working, as only the normal flex attribute gets generated but not the ones with the prefixes. For example the filter attribute inside the .transition mixin is working with all prefixes.

Thanks, Cheers, Nick