Created
June 6, 2012 20:39
-
-
Save DeviaVir/2884614 to your computer and use it in GitHub Desktop.
Filters SASS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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