Skip to content

Instantly share code, notes, and snippets.

@maoosi
Last active December 18, 2017 20:53
Show Gist options
  • Save maoosi/d170127ade2fc5beab74 to your computer and use it in GitHub Desktop.
Save maoosi/d170127ade2fc5beab74 to your computer and use it in GitHub Desktop.
@mixin blurryFix() {
-webkit-transform: translateZ(0);
-webkit-filter: blur(0);
}
.blurry-fix {
@include blurryFix();
}
@Filliposniper
Copy link

Wow this really work @ filter property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment