Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created June 6, 2012 20:39
Show Gist options
  • Save DeviaVir/2884614 to your computer and use it in GitHub Desktop.
Save DeviaVir/2884614 to your computer and use it in GitHub Desktop.
Filters SASS
@mixin filter( $var )
-webkit-filter: $var
-moz-filter: $var
-ms-filter: $var
-o-filter: $var
filter: $var
a
&.on
@include filter( sepia(100%) hue-rotate(33deg) contrast(69%) saturate(2) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment