Hacker News new | ask | show | jobs
by robeasthope 4711 days ago
Zurbs' grid uses percentage widths for columns and is mobile-first - BS 3 now uses a similar system which makes the only really difference SASS/SCSS vs LESS if you just want the grid
1 comments

IIRC, Boostrap 2 can use percentage widths too -- you need to use the "row-fluid" class (instead of just "row").
Fair point