joeyd
5/25/2016 - 3:35 PM

gistfile1.txt

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