madebysource / lesshat

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

support for cursor vendor prefix #90

Open rayshan opened 10 years ago

rayshan commented 10 years ago

Hi, thanks so much for this awesome library. Can we have support for cursor vendor prefixes?

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

E.g.:

cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
lee101 commented 9 years ago

++