Skip to content

Instantly share code, notes, and snippets.

@Smidgens
Created December 13, 2019 23:23
Show Gist options
  • Save Smidgens/2726e4182714121959b4b1c1cdc0d9b1 to your computer and use it in GitHub Desktop.
Save Smidgens/2726e4182714121959b4b1c1cdc0d9b1 to your computer and use it in GitHub Desktop.
scss mixin invert filter
@mixin invert(){
filter: invert(100%)!important;
-webkit-filter: invert(100%) !important;
-moz-filter: invert(100%)!important;
-ms-filter: invert(100%)!important;
-o-filter: invert(100%)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment