Skip to content

Instantly share code, notes, and snippets.

@jshakes
Created April 3, 2014 15:56
Show Gist options
  • Save jshakes/9957129 to your computer and use it in GitHub Desktop.
Save jshakes/9957129 to your computer and use it in GitHub Desktop.
CSS3 to CSS2
* {
border-radius: none !important;
-moz-border-radius: none !important;
-o-border-radius: none !important;
-webkit-border-radius: none !important;
border-image: default !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-o-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-webkit-transition: none !important;
background-size: auto !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
-webkit-box-shadow: none !important;
opacity: 1 !important;
font-family: arial !important;
}
*:after,
*:before{
content: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment