Skip to content

Instantly share code, notes, and snippets.

@yatil
Created August 29, 2011 21:30
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 yatil/1179462 to your computer and use it in GitHub Desktop.
Save yatil/1179462 to your computer and use it in GitHub Desktop.
I use this which yields an error
@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