Skip to content

Instantly share code, notes, and snippets.

@madkap
Created May 8, 2015 17:07
Show Gist options
  • Save madkap/ac2a8c08bdae006e9aec to your computer and use it in GitHub Desktop.
Save madkap/ac2a8c08bdae006e9aec to your computer and use it in GitHub Desktop.
border-box reset
*, *:after, *:before {
-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