|
|
|
|
|
by aleem
4882 days ago
|
|
That should have read "forced to deal with mobile platforms". I currently have scenarios where I want the same version on the desktop and mobile. That's trivial because I simply don't include the responsive CSS file. In 3.0 the media queries are part of the core. So I can't just leave the responsive CSS out. Further, it's mobile-first so things like the navbar would be collapsed by default on a mobile device. I would be forced to negate that to get an uncollapsed navbar on a mobile device (as desktop version). |
|