Skip to content

Instantly share code, notes, and snippets.

@DevDavido
Created January 17, 2013 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevDavido/4556051 to your computer and use it in GitHub Desktop.
Save DevDavido/4556051 to your computer and use it in GitHub Desktop.
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@paulirish
Copy link

what's the advantage in applying to the before/after? havent seen anyone do it before..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment