bassjobsen/non-responsive-tb3

Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

dev-master 2013-12-15 11:36 UTC

This package is not auto-updated.

Last update: 2024-04-23 04:27:32 UTC


README

Bootstrap 3 will be mobile first. No more separate responsive CSS file. Nice, but what if you don't need / want the resposive features for some reason? So i try to compile Compile Twitter's Bootstrap 3 without resposive features. Read more

Download the none responsive css here.

Use ".col-" as class prefix for all your grid rows now.

In most cases set a fixed width for your containers, like:

 <style>.container {width:970px;}</style>

Before start using this first read: http://getbootstrap.com/getting-started/#disable-responsive this solution don't reset the @grid-float-breakpoint and don't reduce filesize.