DEV Community

Discussion on: 1 Weird CSS Property You Should Use In Your Next Project

Collapse
 
malvoz profile image
Robert Linder

Don't forget to include pseudo elements!

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