bootstrap-5-columns
Bootstrap five columns layout. This is inspired by this SO answer.
It levarages Bootstrap's own LESS mixin functions is the cleanest and more future-proof solution. Furthermore it gives you all the offset
, pull
, push
classes as well. A quick look at the source code reveals that I can achieve that easily with what you can see in ./less/bootstrap-5-columns.less
.
Instructions
- Install with bower:
bower install bootstrap-5-columns
- Import
dist/bootstrap-5-columns.min.css
- Use the classes at your will!
Compatibility
I have tested it against Bootstrap >= 3.2.0, but it may be fine for earlier versions too. Let me know if you find it out!