A media query adds no specificity. A rule inside @media (min-width: 768px) and the same selector outside it carry exactly the same weight, so the winner is whichever…
An off-canvas menu animated with left stutters on a phone and the same menu animated with transform does not. The usual explanation — “it uses the GPU” —…
A floated child does not contribute to its parent’s height, so the parent collapses and the next block slides up underneath it. The usual fix is an empty…
Most prefixed declarations in a stylesheet are copied from a snippet that was correct in 2010 and has not been reviewed since. Some are still doing work at…
Bootstrap 3 was released in August as a rewrite rather than an upgrade. The two grids from 2.3 — .row with .span* for fixed layouts and .row-fluid for…