bassjobsen / non-responsive-tb3
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 68
Watchers: 7
Forks: 66
Language:CSS
pkg:composer/bassjobsen/non-responsive-tb3
This package is not auto-updated.
Last update: 2025-10-07 12:09:58 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.