Created
July 16, 2014 19:44
-
-
Save florentb/b856367ef420e10e12c2 to your computer and use it in GitHub Desktop.
Easier to change the box-sizing in plugins or other components that leverage other behavior
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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