Update set-resets.scss

This commit is contained in:
ahua52 2016-10-19 10:39:01 +08:00 committed by GitHub
parent 3465e47ba8
commit 4f0495f9f0
1 changed files with 4 additions and 0 deletions

View File

@ -53,3 +53,7 @@ main {
*[hidden] {
display: none !important;
}
*, :after, :before {
box-sizing: border-box;
}