Created
August 29, 2011 21:30
-
-
Save yatil/1179462 to your computer and use it in GitHub Desktop.
I use this which yields an error
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
@import "compass/css3"; | |
.test { | |
+single-transition(border-color 0.5s linear); | |
} | |
// Syntax error: Invalid CSS after "...ngle-transition": expected "{", was "(border-color 0..." | |
// on line 4 of /path/to/sass/style.scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment