Last active
December 11, 2015 10:28
-
-
Save mannieschumpert/4587131 to your computer and use it in GitHub Desktop.
Just for showing an example on sassmeister.com.
This file contains hidden or 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.2.5 | |
// Compass v0.13.alpha.0 | |
a | |
+transition(all, 0.3s) | |
div | |
@include box-sizing(border-box) | |
@include border-radius(4px) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment