Hacker News new | ask | show | jobs
by iLoch 4593 days ago
For those of you who don't know, Bootstrap 3 uses border-box for everything by default. Anyone who has worked with front end design a bit has probably cringed many times at the thought of having to assign the full dimensions of the box you want to an outer div, then create an inner div with padding in order to achieve the same result that border-box solves. Didn't IE also invent @font-face?