Last active
December 18, 2017 20:53
-
-
Save maoosi/d170127ade2fc5beab74 to your computer and use it in GitHub Desktop.
WebKit fix - Blurry text with translate3d - http://stackoverflow.com/questions/8024061/webkit-blurry-text-with-css-scale-translate3d/32333332#32333332
This file contains hidden or 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 blurryFix() { | |
-webkit-transform: translateZ(0); | |
-webkit-filter: blur(0); | |
} | |
.blurry-fix { | |
@include blurryFix(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow this really work @ filter property