/sass/recipes/shadow/_drop.scss
Sass | 15 lines | 7 code | 1 blank | 7 comment | 0 complexity | e7963ed68b9709d322dd903cb20e1e0f MD5 | raw file
- /**
- * Drop shadow mixins from Nicolas Gallagher demo
- *
- * @thanks Nicolas Gallagher @necolas, @simurai, @cameronmoll, @matthamm
- *
- * @link http://nicolasgallagher.com/css-drop-shadows-without-images/demo/
- */
-
- @import "recipes/shadow/drop/curled-corners";
- @import "recipes/shadow/drop/curved";
- @import "recipes/shadow/drop/flying"; // not ready yet
- @import "recipes/shadow/drop/lifted-corners";
- @import "recipes/shadow/drop/perspective";
- @import "recipes/shadow/drop/raised";
- @import "recipes/shadow/drop/transform-requirement";