PageRenderTime 19ms CodeModel.GetById 3ms RepoModel.GetById 1ms app.codeStats 0ms

/sass/recipes/shadow/_drop.scss

https://bitbucket.org/decore/my-svadba.ru
Sass | 15 lines | 7 code | 1 blank | 7 comment | 0 complexity | e7963ed68b9709d322dd903cb20e1e0f MD5 | raw file
  1. /**
  2. * Drop shadow mixins from Nicolas Gallagher demo
  3. *
  4. * @thanks Nicolas Gallagher @necolas, @simurai, @cameronmoll, @matthamm
  5. *
  6. * @link http://nicolasgallagher.com/css-drop-shadows-without-images/demo/
  7. */
  8. @import "recipes/shadow/drop/curled-corners";
  9. @import "recipes/shadow/drop/curved";
  10. @import "recipes/shadow/drop/flying"; // not ready yet
  11. @import "recipes/shadow/drop/lifted-corners";
  12. @import "recipes/shadow/drop/perspective";
  13. @import "recipes/shadow/drop/raised";
  14. @import "recipes/shadow/drop/transform-requirement";