svmartin
1/15/2018 - 11:49 PM

css base builder CSS in Depth tip #css

css base builder CSS in Depth tip #css

:root {
    box-sizing: border-box;
	font-size: calc(0.75em + 1vw);
}

*,
::before,
::after {
    box-sizing: inherit;
}