sass-dropshadows
sass-dropshadows copied to clipboard
SASS dropshadows without images
SASS shadows without images
Based on CSS Drop Shadows by Nicolas Gallagher
What is this?
A bunch of CSS classes and SASS mixins for creating resolution-independent crisp and visually appealing shadows without using any images.
Can I see a demo?
Yup, check out the 10 various shadow types here: http://ahrengot.github.com/sass-dropshadows/
How do I use these?
As a SASS mixin:
div {
@include shadow('curved');
}
Using the CSS class names:
<div class="shadow curved"></div>