Created
September 16, 2017 10:11
-
-
Save andreyshr/7131a17c6de8cd267c155303e76f7d6a to your computer and use it in GitHub Desktop.
border-box
This file contains hidden or 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
*, | |
*::before, | |
*::after { | |
box-sizing: inherit; | |
} | |
html { | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment