Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created January 17, 2014 21:44
Show Gist options
  • Save rabellamy/8482294 to your computer and use it in GitHub Desktop.
Save rabellamy/8482294 to your computer and use it in GitHub Desktop.
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-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