IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

No output sass version enabled #84

Open SelcukCode opened 8 years ago

SelcukCode commented 8 years ago

Sometimes we want to use only mixin versions and dont want to use css classes. In _options.scss we can change $includeClasses: false !default; and waila it is done.

I made only move the keyframes definitions inside mixins. Because of if we dont use any mixin, we dont need keyframes. Thanks for that amazing library to IanLunn.