0.0.0 • Published 9 years ago

bootstrap-inline-nav-xs v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

bootstrap-inline-nav-xs

Import inline-nav-xs.less into your LESS file if you don't want collapse your navs in the navbar into multiple lines in xs viewport.

Go from this:

without

to this:

with

// in your LESS file

@import "../node_modules/bootstrap/less/bootstrap";
@import "../node_modules/bootstrap-inline-nav-xs/inline-nav-xs";