A project stylesheet accumulates dozens of one-line rules that set a margin on one element, and each of them is a name somebody has to invent and remember.…
Placing items with numeric line indexes works and becomes unreadable the moment a column is inserted, because every number after it shifts. Naming a line main-start and main-end…
Bootstrap 4 has five tiers and only four of them have an infix, which is why col-sm-6 exists and col-xs-6 does not. The reasoning is mobile-first — the…
The full compiled stylesheet is around 150 kilobytes before compression, and most projects use the grid, some utilities and three components. The order is load-bearing: variables must come…
Grid is in Chrome, Firefox, Safari and Edge and is not in IE11 in any form anyone should target — the 2011 prefixed implementation is a different specification.…