Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2014 08:16
Show Gist options
  • Save anonymous/9225647 to your computer and use it in GitHub Desktop.
Save anonymous/9225647 to your computer and use it in GitHub Desktop.
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment