Skip to content

bassjobsen/non-responsive-tb3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter's Bootstrap 3 without responsive features

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.

About

Twitter's Bootstrap 3 without responsive features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages