Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created July 30, 2014 21:29
Show Gist options
  • Select an option

  • Save iamcarrico/0f85e67ecdb747e5b25a to your computer and use it in GitHub Desktop.

Select an option

Save iamcarrico/0f85e67ecdb747e5b25a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
.foo {
-webkit-filter: #{"invert("} 100% #{")"};
color: invert(#FFFFFF);
}
.bar {
-webkit-filter: #{"invert(100%)"};
color: invert(#FFFFFF);
}
.foo {
-webkit-filter: invert( 100% );
color: black; }
.bar {
-webkit-filter: invert(100%);
color: black; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment