Skip to content

Ahrengot/sass-dropshadows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASS shadows without images

View demo

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>

About

SASS dropshadows without images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages