Skip to content

Instantly share code, notes, and snippets.

@yatil
Created March 12, 2012 19:42
Show Gist options
  • Save yatil/2024259 to your computer and use it in GitHub Desktop.
Save yatil/2024259 to your computer and use it in GitHub Desktop.
Webkit nightly have support, others don’t.
@mixin filter($function) {
-webkit-filter: $function;
-moz-filter: $function;
-ms-filter: $function;
-o-filter: $function;
filter: $function;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment