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

(Sass) Better organization #1

Closed leandono closed 10 years ago

leandono commented 10 years ago

I just split the .scss file in differents partials. Also I created mixins for all the effects (I think is a better approach for the organization of the project). Any comment is welcome :)

IanLunn commented 10 years ago

Thanks :+1:

I've moved each @import to be above its effect. Makes it a little more painful to roll your own hover.css from the SASS file but is more accessible for those just wanting to copy and paste effects straight from the default hover.css.

leandono commented 10 years ago

Great!