Inherit Box Sizing
Created by: thomaswelton
I found this helpful while working on migrating a large legacy site over to new markup and CSS best practises.
http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
It allows us to toggle off box-sizing for large parts of the site we haven't migrated yet, and is a nice default approach to take.