From f3b4308cb59bf4b21ff186f8479c82239446d139 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 12:56:27 +0200 Subject: upgrade to bootstrap 5.0.1 and first batch of fixes --- .../site/content/docs/4.6/components/navs.md | 652 --------------------- 1 file changed, 652 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md (limited to 'vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md b/vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md deleted file mode 100644 index 5a1cdcc81..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md +++ /dev/null @@ -1,652 +0,0 @@ ---- -layout: docs -title: Navs -description: Documentation and examples for how to use Bootstrap's included navigation components. -group: components -toc: true ---- - -## Base nav - -Navigation available in Bootstrap share general markup and styles, from the base `.nav` class to the active and disabled states. Swap modifier classes to switch between each style. - -The base `.nav` component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling. - -{{< callout info >}} -The base `.nav` component does not include any `.active` state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling. -{{< /callout >}} - -{{< example >}} - -{{< /example >}} - -Classes are used throughout, so your markup can be super flexible. Use `