Skip to content

Instantly share code, notes, and snippets.

@myfonj
Last active May 20, 2020 11:24
Show Gist options
  • Save myfonj/bfcae58e5e27e47d5c830de72ae62e18 to your computer and use it in GitHub Desktop.
Save myfonj/bfcae58e5e27e47d5c830de72ae62e18 to your computer and use it in GitHub Desktop.
*:not(#\0),
*:not(#\0)::before,
*:not(#\0)::after {
/**/ border-radius : 0 !important; /**/
/**/ text-shadow : none !important; /**/
/**/ box-shadow : none !important; /**/
/**/ text-rendering : optimizespeed !important; /**/
/**/ transition-duration : 0ms !important; /**/
/**/ animation-duration : 0ms !important; /**/
/**/ transition-timing-function : step-start !important; /**/
/**/ animation-timing-function : step-start !important; /**/
/**/ image-rendering : -moz-crisp-edges !important; /**/
/**/ background-image : none !important; /**/
/**/ filter : none !important; /**/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment