Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Forked from DeviaVir/filters.sass
Created June 6, 2012 20:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriseppstein/2884618 to your computer and use it in GitHub Desktop.
Save chriseppstein/2884618 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%) unquote("saturate(2)"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment