Last active
August 29, 2015 14:23
-
-
Save stowball/c7ac69dfb851c9345d68 to your computer and use it in GitHub Desktop.
Generated by 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
| $ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190); | |
| $transition: 0.2s #{$ease-in-cubic}; | |
| .foo { | |
| transition: background-color #{$transition}, box-shadow #{$transition}; | |
| } |
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
| error parsing interpolated value on line 5 at column 32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment