Merge pull request #1 from HugoGiraudel/feature/box-sizing

Made all elements inherit box-sizing from root
This commit is contained in:
CJ Patoilo 2016-01-04 14:22:43 -03:00
commit bbdc706020

View File

@ -20,4 +20,4 @@ body
*,
*:after,
*:before
box-sizing: border-box
box-sizing: inherit