gudh / ihover

iHover is a collection of hover effects using pure CSS, inspired by codrops article, powered by Sass.

Home Page:gudh.github.io/ihover/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LESS version

Blinkers opened this issue · comments

This is possible to have a less version ?

Thanks

commented

@Blinkers, thanks for the advice.

While it's easy to convert Sass to Less, it takes some extra work to add all the vendor prefix, since Sass has Bourbon to take care of that, Less hasn't (I could be wrong, let me know)

You can use with https://github.com/ai/autoprefixer/ (it's have grunt version atm) for vendor prefix ! :)

commented

As Bootstrap 4 uses Sass, I am gonna closed it.

Thanks for the advice!