Can I use in my all murkup (all project ) box-sizing: border-box;
?
for example:
html {
box-sizing: border-box;
},
:before, *:after {
box-sizing: inherit;
}
Because it is easier to count the real width, but are there any downsides to this approach?