Created
January 10, 2018 09:41
-
-
Save aozora/4395bd6e8d4a450b1f8d31dcc1bac450 to your computer and use it in GitHub Desktop.
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
// what's the difference between these 2 rules ? | |
html { | |
box-sizing: border-box; | |
} | |
html { | |
box-sizing: content-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment