Skip to content

Instantly share code, notes, and snippets.

@stowball
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save stowball/c7ac69dfb851c9345d68 to your computer and use it in GitHub Desktop.

Select an option

Save stowball/c7ac69dfb851c9345d68 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com
$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};
}
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