Skip to content

Instantly share code, notes, and snippets.

@ryanbahniuk
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanbahniuk/5b497da4e2cdcb8a3706 to your computer and use it in GitHub Desktop.
Save ryanbahniuk/5b497da4e2cdcb8a3706 to your computer and use it in GitHub Desktop.
@mixin filter-grayscale($percent) {
-webkit-filter: grayscale($percent);
-moz-filter: grayscale($percent);
-ms-filter: grayscale($percent);
-o-filter: grayscale($percent);
filter: grayscale($percent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment