Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created July 31, 2014 02:31
Show Gist options
  • Select an option

  • Save iamcarrico/8f11aacc54391db152a6 to your computer and use it in GitHub Desktop.

Select an option

Save iamcarrico/8f11aacc54391db152a6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
.fail {
-webkit-filter: invert(100%);
color: invert(#FFFFFF);
}
.foo {
-webkit-filter: #{"invert("} 100% #{")"};
color: invert(#FFFFFF);
}
.bar {
-webkit-filter: #{"invert(100%)"};
color: invert(#FFFFFF);
}
source string:2: error: argument `$color` of `invert($color)` must be a color
Backtrace:
source string:2, in function `invert`
source string:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment