Created by: wachunga
Calling the gradient mixins using rgba() color params causes IE7/8 to blow up.
For example: .vertical(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
You could just remember not to use rgba() for these mixins, but a generic fix is easy using less's argb()
.