is it bad practice to " * { box-sizing: border box; } "
is it bad practice to " * { box-sizing: border box; } "
1 Reply
no, but you have to use the right value, which is
border-box (a - instead of a space)border-box (a - instead of a space)