Skip to content

Instantly share code, notes, and snippets.

@josephrexme
Created June 9, 2014 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephrexme/e278a1a3378aa6caa58f to your computer and use it in GitHub Desktop.
Save josephrexme/e278a1a3378aa6caa58f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
=box-sizing($value)
-webkit-box-sizing: $value
-moz-box-sizing: $value
box-sizing: $value
.stuff
+box-sizing(border-box)
=3d($shadowcolor)
position: relative
box-shadow: 1px 1px $shadowcolor, 2px 2px $shadowcolor, 3px 3px $shadowcolor
transition: all 0.1s ease-in
Invalid mixin "3d($shadowcolor)".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment