madebysource / lesshat

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

rotateZ issue #131

Open tomexx opened 9 years ago

tomexx commented 9 years ago

It is not possible to omit units in .rotateZ parameter when using negative value. It applies for other rotate mixins as well.

Does not work: .rotateZ(-30)

Does work: .rotateZ(-30deg)