From 605990400eb470e50bcdfd3643b8cc10f2684836 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 18:50:32 -0700 Subject: collapsing navbar tools --- docs/components/navbar.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'docs/components') diff --git a/docs/components/navbar.md b/docs/components/navbar.md index c3a86335c..f61c3124c 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -155,15 +155,31 @@ Replace `.navbar-default` with `.navbar-inverse` for a darker background color a Our collapse plugin allows you to use a ` {% endexample %} + +For more complex navbar patterns, like those used in Bootstrap v3, use the `.navbar-toggleable-*` classes in conjunction with the `.navbar-toggler`. These classes override our responsive utilities to show navigation only when content is meant to be shown. + +{% example html %} + +{% endexample %} + + -- cgit v1.2.3