css base builder CSS in Depth tip #css
:root { box-sizing: border-box; font-size: calc(0.75em + 1vw); } *, ::before, ::after { box-sizing: inherit; }