Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2013 at 21:13 UTC
Updated:
15 Oct 2013 at 00:10 UTC
BS3 has new breaking points:
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm) { ... }/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md) { ... }/* Large devices (large desktops, 1200px and up) */
Patch included
| Comment | File | Size | Author |
|---|---|---|---|
| bootstrap-update-grid.patch | 657 bytes | kslonka |
Comments
Comment #1
wundo commentedCommitted, thanks ;)
Comment #2
valkum commentedIm not sure if this patch meets the mobile first guide.
We should stick with BS3's definitions of media queries. There is an patch out for override.less with new mobile first queries.
Ranges are not really mobile first.
Comment #3
markhalliwell