Created
June 9, 2014 12:32
-
-
Save josephrexme/e278a1a3378aa6caa58f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invalid mixin "3d($shadowcolor)". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment