Skip to content

Instantly share code, notes, and snippets.

@bogdansoare
Created July 19, 2014 13:28
Show Gist options
  • Save bogdansoare/777d8f960b8c135ae850 to your computer and use it in GitHub Desktop.
Save bogdansoare/777d8f960b8c135ae850 to your computer and use it in GitHub Desktop.
Better version for box-sizing border-box
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment