From d95d30029f8d63190eb242c9914cee16b6b90627 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 8 Jan 2019 18:33:28 +0200 Subject: Switch to Hugo. No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! --- site/_data/breakpoints.yml | 29 - site/_data/browser-bugs.yml | 411 ------ site/_data/browser-features.yml | 139 -- site/_data/colors.yml | 26 - site/_data/core-team.yml | 26 - site/_data/docs-versions.yml | 44 - site/_data/examples.yml | 55 - site/_data/grays.yml | 18 - site/_data/nav.yml | 91 -- site/_data/theme-colors.yml | 16 - site/_data/translations.yml | 19 - site/_includes/ads.html | 1 - site/_includes/analytics.html | 6 - site/_includes/bugify.html | 42 - site/_includes/callout-danger-async-methods.md | 8 - .../callout-info-mediaqueries-breakpoints.md | 4 - .../_includes/callout-info-prefersreducedmotion.md | 4 - ...callout-warning-color-assistive-technologies.md | 6 - site/_includes/callout.html | 9 - site/_includes/docs-navbar.html | 71 - site/_includes/docs-sidebar.html | 43 - site/_includes/example.html | 51 - site/_includes/favicons.html | 9 - site/_includes/footer.html | 12 - site/_includes/header.html | 23 - site/_includes/icons/bootstrap-stack.svg | 1 - site/_includes/icons/bootstrap.svg | 1 - site/_includes/icons/download.svg | 1 - site/_includes/icons/github.svg | 1 - site/_includes/icons/import.svg | 1 - site/_includes/icons/lightning.svg | 1 - site/_includes/icons/menu.svg | 1 - site/_includes/icons/opencollective.svg | 1 - site/_includes/icons/placeholder.svg | 35 - site/_includes/icons/slack.svg | 1 - site/_includes/icons/twitter.svg | 1 - site/_includes/scripts.html | 19 - site/_includes/skippy.html | 3 - site/_includes/social.html | 18 - site/_includes/stylesheet.html | 16 - site/_layouts/default.html | 22 - site/_layouts/docs.html | 34 - site/_layouts/examples.html | 52 - site/_layouts/home.html | 16 - site/_layouts/simple.html | 18 - site/content/docs/4.3/about/brand.md | 78 ++ site/content/docs/4.3/about/license.md | 34 + site/content/docs/4.3/about/overview.md | 27 + site/content/docs/4.3/about/team.md | 23 + site/content/docs/4.3/about/translations.md | 20 + site/content/docs/4.3/browser-bugs.md | 68 + site/content/docs/4.3/components/alerts.md | 137 ++ site/content/docs/4.3/components/badge.md | 76 ++ site/content/docs/4.3/components/breadcrumb.md | 57 + site/content/docs/4.3/components/button-group.md | 202 +++ site/content/docs/4.3/components/buttons.md | 175 +++ site/content/docs/4.3/components/card.md | 688 ++++++++++ site/content/docs/4.3/components/carousel.md | 350 +++++ site/content/docs/4.3/components/collapse.md | 244 ++++ site/content/docs/4.3/components/dropdowns.md | 891 +++++++++++++ site/content/docs/4.3/components/forms.md | 1327 +++++++++++++++++++ site/content/docs/4.3/components/input-group.md | 364 ++++++ site/content/docs/4.3/components/jumbotron.md | 29 + site/content/docs/4.3/components/list-group.md | 391 ++++++ site/content/docs/4.3/components/media-object.md | 128 ++ site/content/docs/4.3/components/modal.md | 850 ++++++++++++ site/content/docs/4.3/components/navbar.md | 560 ++++++++ site/content/docs/4.3/components/navs.md | 652 +++++++++ site/content/docs/4.3/components/pagination.md | 166 +++ site/content/docs/4.3/components/popovers.md | 377 ++++++ site/content/docs/4.3/components/progress.md | 139 ++ site/content/docs/4.3/components/scrollspy.md | 343 +++++ site/content/docs/4.3/components/spinners.md | 177 +++ site/content/docs/4.3/components/toasts.md | 325 +++++ site/content/docs/4.3/components/tooltips.md | 383 ++++++ site/content/docs/4.3/content/code.md | 50 + site/content/docs/4.3/content/figures.md | 26 + site/content/docs/4.3/content/images.md | 77 ++ site/content/docs/4.3/content/reboot.md | 365 ++++++ site/content/docs/4.3/content/tables.md | 840 ++++++++++++ site/content/docs/4.3/content/typography.md | 289 ++++ site/content/docs/4.3/examples/.stylelintrc | 15 + site/content/docs/4.3/examples/_index.md | 8 + site/content/docs/4.3/examples/album/album.css | 33 + site/content/docs/4.3/examples/album/index.html | 208 +++ site/content/docs/4.3/examples/blog/blog.css | 122 ++ site/content/docs/4.3/examples/blog/index.html | 201 +++ .../docs/4.3/examples/carousel/carousel.css | 90 ++ site/content/docs/4.3/examples/carousel/index.html | 164 +++ .../docs/4.3/examples/checkout/form-validation.css | 5 + .../docs/4.3/examples/checkout/form-validation.js | 21 + site/content/docs/4.3/examples/checkout/index.html | 225 ++++ site/content/docs/4.3/examples/cover/cover.css | 105 ++ site/content/docs/4.3/examples/cover/index.html | 35 + .../docs/4.3/examples/dashboard/dashboard.css | 106 ++ .../docs/4.3/examples/dashboard/dashboard.js | 53 + .../content/docs/4.3/examples/dashboard/index.html | 247 ++++ .../examples/floating-labels/floating-labels.css | 100 ++ .../docs/4.3/examples/floating-labels/index.html | 33 + site/content/docs/4.3/examples/grid/grid.css | 6 + site/content/docs/4.3/examples/grid/index.html | 127 ++ .../content/docs/4.3/examples/jumbotron/index.html | 80 ++ .../docs/4.3/examples/jumbotron/jumbotron.css | 4 + .../docs/4.3/examples/navbar-bottom/index.html | 39 + .../docs/4.3/examples/navbar-fixed/index.html | 38 + .../4.3/examples/navbar-fixed/navbar-top-fixed.css | 5 + .../docs/4.3/examples/navbar-static/index.html | 38 + .../docs/4.3/examples/navbar-static/navbar-top.css | 4 + site/content/docs/4.3/examples/navbars/index.html | 324 +++++ site/content/docs/4.3/examples/navbars/navbar.css | 7 + .../content/docs/4.3/examples/offcanvas/index.html | 137 ++ .../docs/4.3/examples/offcanvas/offcanvas.css | 74 ++ .../docs/4.3/examples/offcanvas/offcanvas.js | 7 + site/content/docs/4.3/examples/pricing/index.html | 111 ++ site/content/docs/4.3/examples/pricing/pricing.css | 20 + site/content/docs/4.3/examples/product/index.html | 146 +++ site/content/docs/4.3/examples/product/product.css | 72 + site/content/docs/4.3/examples/sign-in/index.html | 24 + site/content/docs/4.3/examples/sign-in/signin.css | 42 + .../docs/4.3/examples/starter-template/index.html | 48 + .../examples/starter-template/starter-template.css | 7 + .../4.3/examples/sticky-footer-navbar/index.html | 50 + .../sticky-footer-navbar/sticky-footer-navbar.css | 20 + .../docs/4.3/examples/sticky-footer/index.html | 24 + .../4.3/examples/sticky-footer/sticky-footer.css | 13 + site/content/docs/4.3/extend/approach.md | 78 ++ site/content/docs/4.3/extend/icons.md | 29 + .../docs/4.3/getting-started/accessibility.md | 57 + .../docs/4.3/getting-started/best-practices.md | 20 + .../docs/4.3/getting-started/browsers-devices.md | 191 +++ .../docs/4.3/getting-started/build-tools.md | 52 + site/content/docs/4.3/getting-started/contents.md | 142 ++ site/content/docs/4.3/getting-started/download.md | 108 ++ .../docs/4.3/getting-started/introduction.md | 143 ++ .../content/docs/4.3/getting-started/javascript.md | 259 ++++ site/content/docs/4.3/getting-started/theming.md | 451 +++++++ site/content/docs/4.3/getting-started/webpack.md | 91 ++ site/content/docs/4.3/layout/grid.md | 803 ++++++++++++ site/content/docs/4.3/layout/overview.md | 191 +++ .../docs/4.3/layout/utilities-for-layout.md | 25 + site/content/docs/4.3/migration.md | 337 +++++ site/content/docs/4.3/utilities/borders.md | 91 ++ site/content/docs/4.3/utilities/clearfix.md | 37 + site/content/docs/4.3/utilities/close-icon.md | 14 + site/content/docs/4.3/utilities/colors.md | 70 + site/content/docs/4.3/utilities/display.md | 98 ++ site/content/docs/4.3/utilities/embed.md | 60 + site/content/docs/4.3/utilities/flex.md | 612 +++++++++ site/content/docs/4.3/utilities/float.md | 60 + .../docs/4.3/utilities/image-replacement.md | 35 + site/content/docs/4.3/utilities/overflow.md | 24 + site/content/docs/4.3/utilities/position.md | 45 + site/content/docs/4.3/utilities/screen-readers.md | 20 + site/content/docs/4.3/utilities/shadows.md | 17 + site/content/docs/4.3/utilities/sizing.md | 52 + site/content/docs/4.3/utilities/spacing.md | 104 ++ site/content/docs/4.3/utilities/stretched-link.md | 76 ++ site/content/docs/4.3/utilities/text.md | 121 ++ site/content/docs/4.3/utilities/vertical-align.md | 38 + site/content/docs/4.3/utilities/visibility.md | 34 + site/content/docs/versions.md | 6 + site/data/breakpoints.yml | 29 + site/data/browser-bugs.yml | 411 ++++++ site/data/browser-features.yml | 139 ++ site/data/colors.yml | 26 + site/data/core-team.yml | 26 + site/data/docs-versions.yml | 44 + site/data/examples.yml | 55 + site/data/grays.yml | 18 + site/data/nav.yml | 91 ++ site/data/theme-colors.yml | 16 + site/data/translations.yml | 19 + site/docs/4.3/about/brand.md | 78 -- site/docs/4.3/about/license.md | 34 - site/docs/4.3/about/overview.md | 27 - site/docs/4.3/about/team.md | 21 - site/docs/4.3/about/translations.md | 18 - site/docs/4.3/assets/brand/bootstrap-outline.svg | 5 - site/docs/4.3/assets/brand/bootstrap-punchout.svg | 5 - .../4.3/assets/brand/bootstrap-social-logo.png | Bin 23959 -> 0 bytes site/docs/4.3/assets/brand/bootstrap-social.png | Bin 231733 -> 0 bytes site/docs/4.3/assets/brand/bootstrap-solid.svg | 5 - site/docs/4.3/assets/css/docs.min.css | 8 - site/docs/4.3/assets/css/docs.min.css.map | 1 - site/docs/4.3/assets/img/bootstrap-themes.png | Bin 28187 -> 0 bytes site/docs/4.3/assets/img/bootstrap-themes@2x.png | Bin 80588 -> 0 bytes site/docs/4.3/assets/img/examples/album.png | Bin 21740 -> 0 bytes site/docs/4.3/assets/img/examples/album@2x.png | Bin 26370 -> 0 bytes site/docs/4.3/assets/img/examples/blog.png | Bin 32843 -> 0 bytes site/docs/4.3/assets/img/examples/blog@2x.png | Bin 36944 -> 0 bytes site/docs/4.3/assets/img/examples/carousel.png | Bin 21450 -> 0 bytes site/docs/4.3/assets/img/examples/carousel@2x.png | Bin 31465 -> 0 bytes site/docs/4.3/assets/img/examples/checkout.png | Bin 25151 -> 0 bytes site/docs/4.3/assets/img/examples/checkout@2x.png | Bin 28180 -> 0 bytes site/docs/4.3/assets/img/examples/cover.png | Bin 7240 -> 0 bytes site/docs/4.3/assets/img/examples/cover@2x.png | Bin 17953 -> 0 bytes site/docs/4.3/assets/img/examples/dashboard.png | Bin 24376 -> 0 bytes site/docs/4.3/assets/img/examples/dashboard@2x.png | Bin 26556 -> 0 bytes .../4.3/assets/img/examples/floating-labels.png | Bin 10516 -> 0 bytes .../4.3/assets/img/examples/floating-labels@2x.png | Bin 11053 -> 0 bytes site/docs/4.3/assets/img/examples/grid.png | Bin 37960 -> 0 bytes site/docs/4.3/assets/img/examples/grid@2x.png | Bin 34834 -> 0 bytes site/docs/4.3/assets/img/examples/jumbotron.png | Bin 31403 -> 0 bytes site/docs/4.3/assets/img/examples/jumbotron@2x.png | Bin 38408 -> 0 bytes .../docs/4.3/assets/img/examples/navbar-bottom.png | Bin 9774 -> 0 bytes .../4.3/assets/img/examples/navbar-bottom@2x.png | Bin 11316 -> 0 bytes site/docs/4.3/assets/img/examples/navbar-fixed.png | Bin 11569 -> 0 bytes .../4.3/assets/img/examples/navbar-fixed@2x.png | Bin 13616 -> 0 bytes .../docs/4.3/assets/img/examples/navbar-static.png | Bin 12523 -> 0 bytes .../4.3/assets/img/examples/navbar-static@2x.png | Bin 14893 -> 0 bytes site/docs/4.3/assets/img/examples/navbars.png | Bin 24748 -> 0 bytes site/docs/4.3/assets/img/examples/navbars@2x.png | Bin 27187 -> 0 bytes site/docs/4.3/assets/img/examples/offcanvas.png | Bin 20148 -> 0 bytes site/docs/4.3/assets/img/examples/offcanvas@2x.png | Bin 23975 -> 0 bytes site/docs/4.3/assets/img/examples/pricing.png | Bin 25033 -> 0 bytes site/docs/4.3/assets/img/examples/pricing@2x.png | Bin 29128 -> 0 bytes site/docs/4.3/assets/img/examples/product.png | Bin 24977 -> 0 bytes site/docs/4.3/assets/img/examples/product@2x.png | Bin 27953 -> 0 bytes site/docs/4.3/assets/img/examples/sign-in.png | Bin 5704 -> 0 bytes site/docs/4.3/assets/img/examples/sign-in@2x.png | Bin 5680 -> 0 bytes .../4.3/assets/img/examples/starter-template.png | Bin 9761 -> 0 bytes .../assets/img/examples/starter-template@2x.png | Bin 11334 -> 0 bytes .../assets/img/examples/sticky-footer-navbar.png | Bin 14167 -> 0 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 15836 -> 0 bytes .../docs/4.3/assets/img/examples/sticky-footer.png | Bin 8170 -> 0 bytes .../4.3/assets/img/examples/sticky-footer@2x.png | Bin 9665 -> 0 bytes .../assets/img/favicons/android-chrome-192x192.png | Bin 1935 -> 0 bytes .../assets/img/favicons/android-chrome-512x512.png | Bin 4269 -> 0 bytes .../4.3/assets/img/favicons/apple-touch-icon.png | Bin 1738 -> 0 bytes .../docs/4.3/assets/img/favicons/browserconfig.xml | 11 - .../docs/4.3/assets/img/favicons/favicon-16x16.png | Bin 310 -> 0 bytes .../docs/4.3/assets/img/favicons/favicon-32x32.png | Bin 491 -> 0 bytes site/docs/4.3/assets/img/favicons/manifest.json | 22 - .../4.3/assets/img/favicons/mstile-144x144.png | Bin 1479 -> 0 bytes .../4.3/assets/img/favicons/mstile-150x150.png | Bin 1428 -> 0 bytes .../4.3/assets/img/favicons/mstile-310x150.png | Bin 1746 -> 0 bytes .../4.3/assets/img/favicons/mstile-310x310.png | Bin 3085 -> 0 bytes site/docs/4.3/assets/img/favicons/mstile-70x70.png | Bin 1104 -> 0 bytes .../4.3/assets/img/favicons/safari-pinned-tab.svg | 4 - site/docs/4.3/assets/js/docs.min.js | 22 - site/docs/4.3/assets/js/src/application.js | 159 --- site/docs/4.3/assets/js/src/search.js | 55 - site/docs/4.3/assets/js/vendor/anchor.min.js | 6 - .../assets/js/vendor/bs-custom-file-input.min.js | 7 - site/docs/4.3/assets/js/vendor/clipboard.min.js | 7 - site/docs/4.3/assets/scss/_ads.scss | 38 - site/docs/4.3/assets/scss/_algolia.scss | 155 --- site/docs/4.3/assets/scss/_anchor.scss | 10 - site/docs/4.3/assets/scss/_brand.scss | 88 -- site/docs/4.3/assets/scss/_browser-bugs.scss | 12 - site/docs/4.3/assets/scss/_buttons.scss | 37 - site/docs/4.3/assets/scss/_callouts.scss | 40 - site/docs/4.3/assets/scss/_clipboard-js.scss | 36 - site/docs/4.3/assets/scss/_colors.scss | 24 - site/docs/4.3/assets/scss/_component-examples.scss | 412 ------ site/docs/4.3/assets/scss/_content.scss | 124 -- site/docs/4.3/assets/scss/_footer.scss | 40 - site/docs/4.3/assets/scss/_masthead.scss | 52 - site/docs/4.3/assets/scss/_nav.scss | 75 -- site/docs/4.3/assets/scss/_placeholder-img.scss | 15 - site/docs/4.3/assets/scss/_sidebar.scss | 162 --- site/docs/4.3/assets/scss/_skippy.scss | 17 - site/docs/4.3/assets/scss/_syntax.scss | 78 -- site/docs/4.3/assets/scss/_variables.scss | 15 - site/docs/4.3/assets/scss/docs.scss | 52 - site/docs/4.3/browser-bugs.md | 64 - site/docs/4.3/components/alerts.md | 135 -- site/docs/4.3/components/badge.md | 74 -- site/docs/4.3/components/breadcrumb.md | 58 - site/docs/4.3/components/button-group.md | 207 --- site/docs/4.3/components/buttons.md | 180 --- site/docs/4.3/components/card.md | 709 ---------- site/docs/4.3/components/carousel.md | 352 ----- site/docs/4.3/components/collapse.md | 243 ---- site/docs/4.3/components/dropdowns.md | 909 ------------- site/docs/4.3/components/forms.md | 1380 -------------------- site/docs/4.3/components/input-group.md | 375 ------ site/docs/4.3/components/jumbotron.md | 31 - site/docs/4.3/components/list-group.md | 393 ------ site/docs/4.3/components/media-object.md | 135 -- site/docs/4.3/components/modal.md | 847 ------------ site/docs/4.3/components/navbar.md | 581 -------- site/docs/4.3/components/navs.md | 666 ---------- site/docs/4.3/components/pagination.md | 174 --- site/docs/4.3/components/popovers.md | 379 ------ site/docs/4.3/components/progress.md | 146 --- site/docs/4.3/components/scrollspy.md | 345 ----- site/docs/4.3/components/spinners.md | 185 --- site/docs/4.3/components/toasts.md | 330 ----- site/docs/4.3/components/tooltips.md | 384 ------ site/docs/4.3/content/code.md | 55 - site/docs/4.3/content/figures.md | 28 - site/docs/4.3/content/images.md | 77 -- site/docs/4.3/content/reboot.md | 367 ------ site/docs/4.3/content/tables.md | 831 ------------ site/docs/4.3/content/typography.md | 301 ----- site/docs/4.3/examples/.stylelintrc | 15 - site/docs/4.3/examples/album/album.css | 33 - site/docs/4.3/examples/album/index.html | 207 --- site/docs/4.3/examples/blog/blog.css | 122 -- site/docs/4.3/examples/blog/index.html | 201 --- site/docs/4.3/examples/carousel/carousel.css | 90 -- site/docs/4.3/examples/carousel/index.html | 163 --- .../docs/4.3/examples/checkout/form-validation.css | 5 - site/docs/4.3/examples/checkout/form-validation.js | 21 - site/docs/4.3/examples/checkout/index.html | 223 ---- site/docs/4.3/examples/cover/cover.css | 105 -- site/docs/4.3/examples/cover/index.html | 34 - site/docs/4.3/examples/dashboard/dashboard.css | 106 -- site/docs/4.3/examples/dashboard/dashboard.js | 53 - site/docs/4.3/examples/dashboard/index.html | 246 ---- .../examples/floating-labels/floating-labels.css | 100 -- site/docs/4.3/examples/floating-labels/index.html | 32 - site/docs/4.3/examples/grid/grid.css | 6 - site/docs/4.3/examples/grid/index.html | 126 -- site/docs/4.3/examples/index.html | 24 - site/docs/4.3/examples/jumbotron/index.html | 79 -- site/docs/4.3/examples/jumbotron/jumbotron.css | 4 - site/docs/4.3/examples/navbar-bottom/index.html | 39 - site/docs/4.3/examples/navbar-fixed/index.html | 37 - .../4.3/examples/navbar-fixed/navbar-top-fixed.css | 5 - site/docs/4.3/examples/navbar-static/index.html | 37 - .../docs/4.3/examples/navbar-static/navbar-top.css | 4 - site/docs/4.3/examples/navbars/index.html | 323 ----- site/docs/4.3/examples/navbars/navbar.css | 7 - site/docs/4.3/examples/offcanvas/index.html | 135 -- site/docs/4.3/examples/offcanvas/offcanvas.css | 74 -- site/docs/4.3/examples/offcanvas/offcanvas.js | 7 - site/docs/4.3/examples/pricing/index.html | 110 -- site/docs/4.3/examples/pricing/pricing.css | 20 - site/docs/4.3/examples/product/index.html | 145 -- site/docs/4.3/examples/product/product.css | 72 - site/docs/4.3/examples/sign-in/index.html | 23 - site/docs/4.3/examples/sign-in/signin.css | 42 - site/docs/4.3/examples/starter-template/index.html | 47 - .../examples/starter-template/starter-template.css | 7 - .../4.3/examples/sticky-footer-navbar/index.html | 49 - .../sticky-footer-navbar/sticky-footer-navbar.css | 20 - site/docs/4.3/examples/sticky-footer/index.html | 23 - .../4.3/examples/sticky-footer/sticky-footer.css | 13 - site/docs/4.3/extend/approach.md | 77 -- site/docs/4.3/extend/icons.md | 29 - site/docs/4.3/getting-started/accessibility.md | 57 - site/docs/4.3/getting-started/best-practices.md | 21 - site/docs/4.3/getting-started/browsers-devices.md | 191 --- site/docs/4.3/getting-started/build-tools.md | 57 - site/docs/4.3/getting-started/contents.md | 141 -- site/docs/4.3/getting-started/download.md | 108 -- site/docs/4.3/getting-started/introduction.md | 144 -- site/docs/4.3/getting-started/javascript.md | 262 ---- site/docs/4.3/getting-started/theming.md | 446 ------- site/docs/4.3/getting-started/webpack.md | 91 -- site/docs/4.3/layout/grid.md | 827 ------------ site/docs/4.3/layout/overview.md | 189 --- site/docs/4.3/layout/utilities-for-layout.md | 25 - site/docs/4.3/migration.md | 337 ----- site/docs/4.3/utilities/borders.md | 91 -- site/docs/4.3/utilities/clearfix.md | 38 - site/docs/4.3/utilities/close-icon.md | 15 - site/docs/4.3/utilities/colors.md | 58 - site/docs/4.3/utilities/display.md | 102 -- site/docs/4.3/utilities/embed.md | 61 - site/docs/4.3/utilities/flex.md | 570 -------- site/docs/4.3/utilities/float.md | 57 - site/docs/4.3/utilities/image-replacement.md | 36 - site/docs/4.3/utilities/overflow.md | 24 - site/docs/4.3/utilities/position.md | 45 - site/docs/4.3/utilities/screen-readers.md | 25 - site/docs/4.3/utilities/shadows.md | 18 - site/docs/4.3/utilities/sizing.md | 56 - site/docs/4.3/utilities/spacing.md | 105 -- site/docs/4.3/utilities/stretched-link.md | 80 -- site/docs/4.3/utilities/text.md | 132 -- site/docs/4.3/utilities/vertical-align.md | 40 - site/docs/4.3/utilities/visibility.md | 34 - site/docs/versions.html | 29 - site/favicon.ico | Bin 5430 -> 0 bytes site/index.html | 88 -- site/layouts/_default/docs.html | 34 + site/layouts/_default/examples.html | 52 + site/layouts/_default/home.html | 19 + site/layouts/_default/single.html | 29 + site/layouts/alias.html | 11 + site/layouts/partials/ads.html | 1 + site/layouts/partials/analytics.html | 6 + .../partials/callout-danger-async-methods.md | 5 + .../callout-info-mediaqueries-breakpoints.md | 1 + .../partials/callout-info-prefersreducedmotion.md | 1 + ...callout-warning-color-assistive-technologies.md | 3 + site/layouts/partials/docs-navbar.html | 71 + site/layouts/partials/docs-sidebar.html | 43 + site/layouts/partials/favicons.html | 9 + site/layouts/partials/footer.html | 12 + site/layouts/partials/header.html | 17 + site/layouts/partials/home/masthead-followup.html | 46 + site/layouts/partials/home/masthead.html | 30 + site/layouts/partials/icons/bootstrap-stack.svg | 1 + site/layouts/partials/icons/bootstrap.svg | 1 + site/layouts/partials/icons/download.svg | 1 + site/layouts/partials/icons/github.svg | 1 + site/layouts/partials/icons/import.svg | 1 + site/layouts/partials/icons/lightning.svg | 1 + site/layouts/partials/icons/menu.svg | 1 + site/layouts/partials/icons/opencollective.svg | 1 + site/layouts/partials/icons/slack.svg | 1 + site/layouts/partials/icons/twitter.svg | 1 + site/layouts/partials/scripts.html | 19 + site/layouts/partials/skippy.html | 3 + site/layouts/partials/social.html | 18 + site/layouts/partials/stylesheet.html | 16 + site/layouts/robots.txt | 8 + site/layouts/shortcodes/bugify.html | 40 + site/layouts/shortcodes/callout.html | 10 + site/layouts/shortcodes/example.html | 53 + site/layouts/shortcodes/list-examples.html | 19 + site/layouts/shortcodes/list-versions.html | 20 + site/layouts/shortcodes/markdown.html | 1 + site/layouts/shortcodes/partial.html | 1 + site/layouts/shortcodes/placeholder.html | 30 + site/layouts/shortcodes/year.html | 5 + site/layouts/sitemap.xml | 9 + site/robots.txt | 9 - site/static/CNAME | 1 + .../docs/4.3/assets/brand/bootstrap-outline.svg | 5 + .../docs/4.3/assets/brand/bootstrap-punchout.svg | 5 + .../4.3/assets/brand/bootstrap-social-logo.png | Bin 0 -> 23959 bytes .../docs/4.3/assets/brand/bootstrap-social.png | Bin 0 -> 231733 bytes .../docs/4.3/assets/brand/bootstrap-solid.svg | 5 + site/static/docs/4.3/assets/css/docs.min.css | 8 + site/static/docs/4.3/assets/css/docs.min.css.map | 1 + .../docs/4.3/assets/img/bootstrap-themes.png | Bin 0 -> 28187 bytes .../docs/4.3/assets/img/bootstrap-themes@2x.png | Bin 0 -> 80588 bytes site/static/docs/4.3/assets/img/examples/album.png | Bin 0 -> 21740 bytes .../docs/4.3/assets/img/examples/album@2x.png | Bin 0 -> 26370 bytes site/static/docs/4.3/assets/img/examples/blog.png | Bin 0 -> 32843 bytes .../docs/4.3/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/4.3/assets/img/examples/carousel.png | Bin 0 -> 21450 bytes .../docs/4.3/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../docs/4.3/assets/img/examples/checkout.png | Bin 0 -> 25151 bytes .../docs/4.3/assets/img/examples/checkout@2x.png | Bin 0 -> 28180 bytes site/static/docs/4.3/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/4.3/assets/img/examples/cover@2x.png | Bin 0 -> 17953 bytes .../docs/4.3/assets/img/examples/dashboard.png | Bin 0 -> 24376 bytes .../docs/4.3/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../4.3/assets/img/examples/floating-labels.png | Bin 0 -> 10516 bytes .../4.3/assets/img/examples/floating-labels@2x.png | Bin 0 -> 11053 bytes site/static/docs/4.3/assets/img/examples/grid.png | Bin 0 -> 37960 bytes .../docs/4.3/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../docs/4.3/assets/img/examples/jumbotron.png | Bin 0 -> 31403 bytes .../docs/4.3/assets/img/examples/jumbotron@2x.png | Bin 0 -> 38408 bytes .../docs/4.3/assets/img/examples/navbar-bottom.png | Bin 0 -> 9774 bytes .../4.3/assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11316 bytes .../docs/4.3/assets/img/examples/navbar-fixed.png | Bin 0 -> 11569 bytes .../4.3/assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 13616 bytes .../docs/4.3/assets/img/examples/navbar-static.png | Bin 0 -> 12523 bytes .../4.3/assets/img/examples/navbar-static@2x.png | Bin 0 -> 14893 bytes .../docs/4.3/assets/img/examples/navbars.png | Bin 0 -> 24748 bytes .../docs/4.3/assets/img/examples/navbars@2x.png | Bin 0 -> 27187 bytes .../docs/4.3/assets/img/examples/offcanvas.png | Bin 0 -> 20148 bytes .../docs/4.3/assets/img/examples/offcanvas@2x.png | Bin 0 -> 23975 bytes .../docs/4.3/assets/img/examples/pricing.png | Bin 0 -> 25033 bytes .../docs/4.3/assets/img/examples/pricing@2x.png | Bin 0 -> 29128 bytes .../docs/4.3/assets/img/examples/product.png | Bin 0 -> 24977 bytes .../docs/4.3/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/4.3/assets/img/examples/sign-in.png | Bin 0 -> 5704 bytes .../docs/4.3/assets/img/examples/sign-in@2x.png | Bin 0 -> 5680 bytes .../4.3/assets/img/examples/starter-template.png | Bin 0 -> 9761 bytes .../assets/img/examples/starter-template@2x.png | Bin 0 -> 11334 bytes .../assets/img/examples/sticky-footer-navbar.png | Bin 0 -> 14167 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 0 -> 15836 bytes .../docs/4.3/assets/img/examples/sticky-footer.png | Bin 0 -> 8170 bytes .../4.3/assets/img/examples/sticky-footer@2x.png | Bin 0 -> 9665 bytes .../assets/img/favicons/android-chrome-192x192.png | Bin 0 -> 1935 bytes .../assets/img/favicons/android-chrome-512x512.png | Bin 0 -> 4269 bytes .../4.3/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 1738 bytes .../docs/4.3/assets/img/favicons/browserconfig.xml | 9 + .../docs/4.3/assets/img/favicons/favicon-16x16.png | Bin 0 -> 310 bytes .../docs/4.3/assets/img/favicons/favicon-32x32.png | Bin 0 -> 491 bytes .../docs/4.3/assets/img/favicons/favicon.ico | Bin 0 -> 5430 bytes .../docs/4.3/assets/img/favicons/manifest.json | 20 + .../4.3/assets/img/favicons/mstile-144x144.png | Bin 0 -> 1479 bytes .../4.3/assets/img/favicons/mstile-150x150.png | Bin 0 -> 1428 bytes .../4.3/assets/img/favicons/mstile-310x150.png | Bin 0 -> 1746 bytes .../4.3/assets/img/favicons/mstile-310x310.png | Bin 0 -> 3085 bytes .../docs/4.3/assets/img/favicons/mstile-70x70.png | Bin 0 -> 1104 bytes .../4.3/assets/img/favicons/safari-pinned-tab.svg | 4 + site/static/docs/4.3/assets/js/docs.min.js | 22 + site/static/docs/4.3/assets/js/src/application.js | 159 +++ site/static/docs/4.3/assets/js/src/search.js | 55 + .../static/docs/4.3/assets/js/vendor/anchor.min.js | 6 + .../assets/js/vendor/bs-custom-file-input.min.js | 7 + .../docs/4.3/assets/js/vendor/clipboard.min.js | 7 + site/static/docs/4.3/assets/scss/_ads.scss | 38 + site/static/docs/4.3/assets/scss/_algolia.scss | 155 +++ site/static/docs/4.3/assets/scss/_anchor.scss | 10 + site/static/docs/4.3/assets/scss/_brand.scss | 88 ++ .../static/docs/4.3/assets/scss/_browser-bugs.scss | 9 + site/static/docs/4.3/assets/scss/_buttons.scss | 37 + site/static/docs/4.3/assets/scss/_callouts.scss | 40 + .../static/docs/4.3/assets/scss/_clipboard-js.scss | 36 + site/static/docs/4.3/assets/scss/_colors.scss | 24 + .../docs/4.3/assets/scss/_component-examples.scss | 412 ++++++ site/static/docs/4.3/assets/scss/_content.scss | 124 ++ site/static/docs/4.3/assets/scss/_footer.scss | 40 + site/static/docs/4.3/assets/scss/_masthead.scss | 52 + site/static/docs/4.3/assets/scss/_nav.scss | 75 ++ .../docs/4.3/assets/scss/_placeholder-img.scss | 15 + site/static/docs/4.3/assets/scss/_sidebar.scss | 173 +++ site/static/docs/4.3/assets/scss/_skippy.scss | 17 + site/static/docs/4.3/assets/scss/_syntax.scss | 78 ++ site/static/docs/4.3/assets/scss/_variables.scss | 15 + site/static/docs/4.3/assets/scss/docs.scss | 52 + site/static/favicon.ico | Bin 0 -> 5430 bytes site/static/sw.js | 29 + site/sw.js | 29 - 515 files changed, 22116 insertions(+), 22302 deletions(-) delete mode 100644 site/_data/breakpoints.yml delete mode 100644 site/_data/browser-bugs.yml delete mode 100644 site/_data/browser-features.yml delete mode 100644 site/_data/colors.yml delete mode 100644 site/_data/core-team.yml delete mode 100644 site/_data/docs-versions.yml delete mode 100644 site/_data/examples.yml delete mode 100644 site/_data/grays.yml delete mode 100644 site/_data/nav.yml delete mode 100644 site/_data/theme-colors.yml delete mode 100644 site/_data/translations.yml delete mode 100644 site/_includes/ads.html delete mode 100644 site/_includes/analytics.html delete mode 100644 site/_includes/bugify.html delete mode 100644 site/_includes/callout-danger-async-methods.md delete mode 100644 site/_includes/callout-info-mediaqueries-breakpoints.md delete mode 100644 site/_includes/callout-info-prefersreducedmotion.md delete mode 100644 site/_includes/callout-warning-color-assistive-technologies.md delete mode 100644 site/_includes/callout.html delete mode 100644 site/_includes/docs-navbar.html delete mode 100644 site/_includes/docs-sidebar.html delete mode 100644 site/_includes/example.html delete mode 100644 site/_includes/favicons.html delete mode 100644 site/_includes/footer.html delete mode 100644 site/_includes/header.html delete mode 100644 site/_includes/icons/bootstrap-stack.svg delete mode 100644 site/_includes/icons/bootstrap.svg delete mode 100644 site/_includes/icons/download.svg delete mode 100644 site/_includes/icons/github.svg delete mode 100644 site/_includes/icons/import.svg delete mode 100644 site/_includes/icons/lightning.svg delete mode 100644 site/_includes/icons/menu.svg delete mode 100644 site/_includes/icons/opencollective.svg delete mode 100644 site/_includes/icons/placeholder.svg delete mode 100644 site/_includes/icons/slack.svg delete mode 100644 site/_includes/icons/twitter.svg delete mode 100644 site/_includes/scripts.html delete mode 100644 site/_includes/skippy.html delete mode 100644 site/_includes/social.html delete mode 100644 site/_includes/stylesheet.html delete mode 100644 site/_layouts/default.html delete mode 100644 site/_layouts/docs.html delete mode 100644 site/_layouts/examples.html delete mode 100644 site/_layouts/home.html delete mode 100644 site/_layouts/simple.html create mode 100644 site/content/docs/4.3/about/brand.md create mode 100644 site/content/docs/4.3/about/license.md create mode 100644 site/content/docs/4.3/about/overview.md create mode 100644 site/content/docs/4.3/about/team.md create mode 100644 site/content/docs/4.3/about/translations.md create mode 100644 site/content/docs/4.3/browser-bugs.md create mode 100644 site/content/docs/4.3/components/alerts.md create mode 100644 site/content/docs/4.3/components/badge.md create mode 100644 site/content/docs/4.3/components/breadcrumb.md create mode 100644 site/content/docs/4.3/components/button-group.md create mode 100644 site/content/docs/4.3/components/buttons.md create mode 100644 site/content/docs/4.3/components/card.md create mode 100644 site/content/docs/4.3/components/carousel.md create mode 100644 site/content/docs/4.3/components/collapse.md create mode 100644 site/content/docs/4.3/components/dropdowns.md create mode 100644 site/content/docs/4.3/components/forms.md create mode 100644 site/content/docs/4.3/components/input-group.md create mode 100644 site/content/docs/4.3/components/jumbotron.md create mode 100644 site/content/docs/4.3/components/list-group.md create mode 100644 site/content/docs/4.3/components/media-object.md create mode 100644 site/content/docs/4.3/components/modal.md create mode 100644 site/content/docs/4.3/components/navbar.md create mode 100644 site/content/docs/4.3/components/navs.md create mode 100644 site/content/docs/4.3/components/pagination.md create mode 100644 site/content/docs/4.3/components/popovers.md create mode 100644 site/content/docs/4.3/components/progress.md create mode 100644 site/content/docs/4.3/components/scrollspy.md create mode 100644 site/content/docs/4.3/components/spinners.md create mode 100644 site/content/docs/4.3/components/toasts.md create mode 100644 site/content/docs/4.3/components/tooltips.md create mode 100644 site/content/docs/4.3/content/code.md create mode 100644 site/content/docs/4.3/content/figures.md create mode 100644 site/content/docs/4.3/content/images.md create mode 100644 site/content/docs/4.3/content/reboot.md create mode 100644 site/content/docs/4.3/content/tables.md create mode 100644 site/content/docs/4.3/content/typography.md create mode 100644 site/content/docs/4.3/examples/.stylelintrc create mode 100644 site/content/docs/4.3/examples/_index.md create mode 100644 site/content/docs/4.3/examples/album/album.css create mode 100644 site/content/docs/4.3/examples/album/index.html create mode 100644 site/content/docs/4.3/examples/blog/blog.css create mode 100644 site/content/docs/4.3/examples/blog/index.html create mode 100644 site/content/docs/4.3/examples/carousel/carousel.css create mode 100644 site/content/docs/4.3/examples/carousel/index.html create mode 100644 site/content/docs/4.3/examples/checkout/form-validation.css create mode 100644 site/content/docs/4.3/examples/checkout/form-validation.js create mode 100644 site/content/docs/4.3/examples/checkout/index.html create mode 100644 site/content/docs/4.3/examples/cover/cover.css create mode 100644 site/content/docs/4.3/examples/cover/index.html create mode 100644 site/content/docs/4.3/examples/dashboard/dashboard.css create mode 100644 site/content/docs/4.3/examples/dashboard/dashboard.js create mode 100644 site/content/docs/4.3/examples/dashboard/index.html create mode 100644 site/content/docs/4.3/examples/floating-labels/floating-labels.css create mode 100644 site/content/docs/4.3/examples/floating-labels/index.html create mode 100644 site/content/docs/4.3/examples/grid/grid.css create mode 100644 site/content/docs/4.3/examples/grid/index.html create mode 100644 site/content/docs/4.3/examples/jumbotron/index.html create mode 100644 site/content/docs/4.3/examples/jumbotron/jumbotron.css create mode 100644 site/content/docs/4.3/examples/navbar-bottom/index.html create mode 100644 site/content/docs/4.3/examples/navbar-fixed/index.html create mode 100644 site/content/docs/4.3/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 site/content/docs/4.3/examples/navbar-static/index.html create mode 100644 site/content/docs/4.3/examples/navbar-static/navbar-top.css create mode 100644 site/content/docs/4.3/examples/navbars/index.html create mode 100644 site/content/docs/4.3/examples/navbars/navbar.css create mode 100644 site/content/docs/4.3/examples/offcanvas/index.html create mode 100644 site/content/docs/4.3/examples/offcanvas/offcanvas.css create mode 100644 site/content/docs/4.3/examples/offcanvas/offcanvas.js create mode 100644 site/content/docs/4.3/examples/pricing/index.html create mode 100644 site/content/docs/4.3/examples/pricing/pricing.css create mode 100644 site/content/docs/4.3/examples/product/index.html create mode 100644 site/content/docs/4.3/examples/product/product.css create mode 100644 site/content/docs/4.3/examples/sign-in/index.html create mode 100644 site/content/docs/4.3/examples/sign-in/signin.css create mode 100644 site/content/docs/4.3/examples/starter-template/index.html create mode 100644 site/content/docs/4.3/examples/starter-template/starter-template.css create mode 100644 site/content/docs/4.3/examples/sticky-footer-navbar/index.html create mode 100644 site/content/docs/4.3/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 site/content/docs/4.3/examples/sticky-footer/index.html create mode 100644 site/content/docs/4.3/examples/sticky-footer/sticky-footer.css create mode 100644 site/content/docs/4.3/extend/approach.md create mode 100644 site/content/docs/4.3/extend/icons.md create mode 100644 site/content/docs/4.3/getting-started/accessibility.md create mode 100644 site/content/docs/4.3/getting-started/best-practices.md create mode 100644 site/content/docs/4.3/getting-started/browsers-devices.md create mode 100644 site/content/docs/4.3/getting-started/build-tools.md create mode 100644 site/content/docs/4.3/getting-started/contents.md create mode 100644 site/content/docs/4.3/getting-started/download.md create mode 100644 site/content/docs/4.3/getting-started/introduction.md create mode 100644 site/content/docs/4.3/getting-started/javascript.md create mode 100644 site/content/docs/4.3/getting-started/theming.md create mode 100644 site/content/docs/4.3/getting-started/webpack.md create mode 100644 site/content/docs/4.3/layout/grid.md create mode 100644 site/content/docs/4.3/layout/overview.md create mode 100644 site/content/docs/4.3/layout/utilities-for-layout.md create mode 100644 site/content/docs/4.3/migration.md create mode 100644 site/content/docs/4.3/utilities/borders.md create mode 100644 site/content/docs/4.3/utilities/clearfix.md create mode 100644 site/content/docs/4.3/utilities/close-icon.md create mode 100644 site/content/docs/4.3/utilities/colors.md create mode 100644 site/content/docs/4.3/utilities/display.md create mode 100644 site/content/docs/4.3/utilities/embed.md create mode 100644 site/content/docs/4.3/utilities/flex.md create mode 100644 site/content/docs/4.3/utilities/float.md create mode 100644 site/content/docs/4.3/utilities/image-replacement.md create mode 100644 site/content/docs/4.3/utilities/overflow.md create mode 100644 site/content/docs/4.3/utilities/position.md create mode 100644 site/content/docs/4.3/utilities/screen-readers.md create mode 100644 site/content/docs/4.3/utilities/shadows.md create mode 100644 site/content/docs/4.3/utilities/sizing.md create mode 100644 site/content/docs/4.3/utilities/spacing.md create mode 100644 site/content/docs/4.3/utilities/stretched-link.md create mode 100644 site/content/docs/4.3/utilities/text.md create mode 100644 site/content/docs/4.3/utilities/vertical-align.md create mode 100644 site/content/docs/4.3/utilities/visibility.md create mode 100644 site/content/docs/versions.md create mode 100644 site/data/breakpoints.yml create mode 100644 site/data/browser-bugs.yml create mode 100644 site/data/browser-features.yml create mode 100644 site/data/colors.yml create mode 100644 site/data/core-team.yml create mode 100644 site/data/docs-versions.yml create mode 100644 site/data/examples.yml create mode 100644 site/data/grays.yml create mode 100644 site/data/nav.yml create mode 100644 site/data/theme-colors.yml create mode 100644 site/data/translations.yml delete mode 100644 site/docs/4.3/about/brand.md delete mode 100644 site/docs/4.3/about/license.md delete mode 100644 site/docs/4.3/about/overview.md delete mode 100644 site/docs/4.3/about/team.md delete mode 100644 site/docs/4.3/about/translations.md delete mode 100644 site/docs/4.3/assets/brand/bootstrap-outline.svg delete mode 100644 site/docs/4.3/assets/brand/bootstrap-punchout.svg delete mode 100644 site/docs/4.3/assets/brand/bootstrap-social-logo.png delete mode 100644 site/docs/4.3/assets/brand/bootstrap-social.png delete mode 100644 site/docs/4.3/assets/brand/bootstrap-solid.svg delete mode 100644 site/docs/4.3/assets/css/docs.min.css delete mode 100644 site/docs/4.3/assets/css/docs.min.css.map delete mode 100644 site/docs/4.3/assets/img/bootstrap-themes.png delete mode 100644 site/docs/4.3/assets/img/bootstrap-themes@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/album.png delete mode 100644 site/docs/4.3/assets/img/examples/album@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/blog.png delete mode 100644 site/docs/4.3/assets/img/examples/blog@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/carousel.png delete mode 100644 site/docs/4.3/assets/img/examples/carousel@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/checkout.png delete mode 100644 site/docs/4.3/assets/img/examples/checkout@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/cover.png delete mode 100644 site/docs/4.3/assets/img/examples/cover@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/dashboard.png delete mode 100644 site/docs/4.3/assets/img/examples/dashboard@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/floating-labels.png delete mode 100644 site/docs/4.3/assets/img/examples/floating-labels@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/grid.png delete mode 100644 site/docs/4.3/assets/img/examples/grid@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/jumbotron.png delete mode 100644 site/docs/4.3/assets/img/examples/jumbotron@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-bottom.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-bottom@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-fixed.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-fixed@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-static.png delete mode 100644 site/docs/4.3/assets/img/examples/navbar-static@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/navbars.png delete mode 100644 site/docs/4.3/assets/img/examples/navbars@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/offcanvas.png delete mode 100644 site/docs/4.3/assets/img/examples/offcanvas@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/pricing.png delete mode 100644 site/docs/4.3/assets/img/examples/pricing@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/product.png delete mode 100644 site/docs/4.3/assets/img/examples/product@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/sign-in.png delete mode 100644 site/docs/4.3/assets/img/examples/sign-in@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/starter-template.png delete mode 100644 site/docs/4.3/assets/img/examples/starter-template@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/sticky-footer-navbar.png delete mode 100644 site/docs/4.3/assets/img/examples/sticky-footer-navbar@2x.png delete mode 100644 site/docs/4.3/assets/img/examples/sticky-footer.png delete mode 100644 site/docs/4.3/assets/img/examples/sticky-footer@2x.png delete mode 100644 site/docs/4.3/assets/img/favicons/android-chrome-192x192.png delete mode 100644 site/docs/4.3/assets/img/favicons/android-chrome-512x512.png delete mode 100644 site/docs/4.3/assets/img/favicons/apple-touch-icon.png delete mode 100644 site/docs/4.3/assets/img/favicons/browserconfig.xml delete mode 100644 site/docs/4.3/assets/img/favicons/favicon-16x16.png delete mode 100644 site/docs/4.3/assets/img/favicons/favicon-32x32.png delete mode 100644 site/docs/4.3/assets/img/favicons/manifest.json delete mode 100644 site/docs/4.3/assets/img/favicons/mstile-144x144.png delete mode 100644 site/docs/4.3/assets/img/favicons/mstile-150x150.png delete mode 100644 site/docs/4.3/assets/img/favicons/mstile-310x150.png delete mode 100644 site/docs/4.3/assets/img/favicons/mstile-310x310.png delete mode 100644 site/docs/4.3/assets/img/favicons/mstile-70x70.png delete mode 100644 site/docs/4.3/assets/img/favicons/safari-pinned-tab.svg delete mode 100644 site/docs/4.3/assets/js/docs.min.js delete mode 100644 site/docs/4.3/assets/js/src/application.js delete mode 100644 site/docs/4.3/assets/js/src/search.js delete mode 100644 site/docs/4.3/assets/js/vendor/anchor.min.js delete mode 100644 site/docs/4.3/assets/js/vendor/bs-custom-file-input.min.js delete mode 100644 site/docs/4.3/assets/js/vendor/clipboard.min.js delete mode 100644 site/docs/4.3/assets/scss/_ads.scss delete mode 100644 site/docs/4.3/assets/scss/_algolia.scss delete mode 100644 site/docs/4.3/assets/scss/_anchor.scss delete mode 100644 site/docs/4.3/assets/scss/_brand.scss delete mode 100644 site/docs/4.3/assets/scss/_browser-bugs.scss delete mode 100644 site/docs/4.3/assets/scss/_buttons.scss delete mode 100644 site/docs/4.3/assets/scss/_callouts.scss delete mode 100644 site/docs/4.3/assets/scss/_clipboard-js.scss delete mode 100644 site/docs/4.3/assets/scss/_colors.scss delete mode 100644 site/docs/4.3/assets/scss/_component-examples.scss delete mode 100644 site/docs/4.3/assets/scss/_content.scss delete mode 100644 site/docs/4.3/assets/scss/_footer.scss delete mode 100644 site/docs/4.3/assets/scss/_masthead.scss delete mode 100644 site/docs/4.3/assets/scss/_nav.scss delete mode 100644 site/docs/4.3/assets/scss/_placeholder-img.scss delete mode 100644 site/docs/4.3/assets/scss/_sidebar.scss delete mode 100644 site/docs/4.3/assets/scss/_skippy.scss delete mode 100644 site/docs/4.3/assets/scss/_syntax.scss delete mode 100644 site/docs/4.3/assets/scss/_variables.scss delete mode 100644 site/docs/4.3/assets/scss/docs.scss delete mode 100644 site/docs/4.3/browser-bugs.md delete mode 100644 site/docs/4.3/components/alerts.md delete mode 100644 site/docs/4.3/components/badge.md delete mode 100644 site/docs/4.3/components/breadcrumb.md delete mode 100644 site/docs/4.3/components/button-group.md delete mode 100644 site/docs/4.3/components/buttons.md delete mode 100644 site/docs/4.3/components/card.md delete mode 100644 site/docs/4.3/components/carousel.md delete mode 100644 site/docs/4.3/components/collapse.md delete mode 100644 site/docs/4.3/components/dropdowns.md delete mode 100644 site/docs/4.3/components/forms.md delete mode 100644 site/docs/4.3/components/input-group.md delete mode 100644 site/docs/4.3/components/jumbotron.md delete mode 100644 site/docs/4.3/components/list-group.md delete mode 100644 site/docs/4.3/components/media-object.md delete mode 100644 site/docs/4.3/components/modal.md delete mode 100644 site/docs/4.3/components/navbar.md delete mode 100644 site/docs/4.3/components/navs.md delete mode 100644 site/docs/4.3/components/pagination.md delete mode 100644 site/docs/4.3/components/popovers.md delete mode 100644 site/docs/4.3/components/progress.md delete mode 100644 site/docs/4.3/components/scrollspy.md delete mode 100644 site/docs/4.3/components/spinners.md delete mode 100644 site/docs/4.3/components/toasts.md delete mode 100644 site/docs/4.3/components/tooltips.md delete mode 100644 site/docs/4.3/content/code.md delete mode 100644 site/docs/4.3/content/figures.md delete mode 100644 site/docs/4.3/content/images.md delete mode 100644 site/docs/4.3/content/reboot.md delete mode 100644 site/docs/4.3/content/tables.md delete mode 100644 site/docs/4.3/content/typography.md delete mode 100644 site/docs/4.3/examples/.stylelintrc delete mode 100644 site/docs/4.3/examples/album/album.css delete mode 100644 site/docs/4.3/examples/album/index.html delete mode 100644 site/docs/4.3/examples/blog/blog.css delete mode 100644 site/docs/4.3/examples/blog/index.html delete mode 100644 site/docs/4.3/examples/carousel/carousel.css delete mode 100644 site/docs/4.3/examples/carousel/index.html delete mode 100644 site/docs/4.3/examples/checkout/form-validation.css delete mode 100644 site/docs/4.3/examples/checkout/form-validation.js delete mode 100644 site/docs/4.3/examples/checkout/index.html delete mode 100644 site/docs/4.3/examples/cover/cover.css delete mode 100644 site/docs/4.3/examples/cover/index.html delete mode 100644 site/docs/4.3/examples/dashboard/dashboard.css delete mode 100644 site/docs/4.3/examples/dashboard/dashboard.js delete mode 100644 site/docs/4.3/examples/dashboard/index.html delete mode 100644 site/docs/4.3/examples/floating-labels/floating-labels.css delete mode 100644 site/docs/4.3/examples/floating-labels/index.html delete mode 100644 site/docs/4.3/examples/grid/grid.css delete mode 100644 site/docs/4.3/examples/grid/index.html delete mode 100644 site/docs/4.3/examples/index.html delete mode 100644 site/docs/4.3/examples/jumbotron/index.html delete mode 100644 site/docs/4.3/examples/jumbotron/jumbotron.css delete mode 100644 site/docs/4.3/examples/navbar-bottom/index.html delete mode 100644 site/docs/4.3/examples/navbar-fixed/index.html delete mode 100644 site/docs/4.3/examples/navbar-fixed/navbar-top-fixed.css delete mode 100644 site/docs/4.3/examples/navbar-static/index.html delete mode 100644 site/docs/4.3/examples/navbar-static/navbar-top.css delete mode 100644 site/docs/4.3/examples/navbars/index.html delete mode 100644 site/docs/4.3/examples/navbars/navbar.css delete mode 100644 site/docs/4.3/examples/offcanvas/index.html delete mode 100644 site/docs/4.3/examples/offcanvas/offcanvas.css delete mode 100644 site/docs/4.3/examples/offcanvas/offcanvas.js delete mode 100644 site/docs/4.3/examples/pricing/index.html delete mode 100644 site/docs/4.3/examples/pricing/pricing.css delete mode 100644 site/docs/4.3/examples/product/index.html delete mode 100644 site/docs/4.3/examples/product/product.css delete mode 100644 site/docs/4.3/examples/sign-in/index.html delete mode 100644 site/docs/4.3/examples/sign-in/signin.css delete mode 100644 site/docs/4.3/examples/starter-template/index.html delete mode 100644 site/docs/4.3/examples/starter-template/starter-template.css delete mode 100644 site/docs/4.3/examples/sticky-footer-navbar/index.html delete mode 100644 site/docs/4.3/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 site/docs/4.3/examples/sticky-footer/index.html delete mode 100644 site/docs/4.3/examples/sticky-footer/sticky-footer.css delete mode 100644 site/docs/4.3/extend/approach.md delete mode 100644 site/docs/4.3/extend/icons.md delete mode 100644 site/docs/4.3/getting-started/accessibility.md delete mode 100644 site/docs/4.3/getting-started/best-practices.md delete mode 100644 site/docs/4.3/getting-started/browsers-devices.md delete mode 100644 site/docs/4.3/getting-started/build-tools.md delete mode 100644 site/docs/4.3/getting-started/contents.md delete mode 100644 site/docs/4.3/getting-started/download.md delete mode 100644 site/docs/4.3/getting-started/introduction.md delete mode 100644 site/docs/4.3/getting-started/javascript.md delete mode 100644 site/docs/4.3/getting-started/theming.md delete mode 100644 site/docs/4.3/getting-started/webpack.md delete mode 100644 site/docs/4.3/layout/grid.md delete mode 100644 site/docs/4.3/layout/overview.md delete mode 100644 site/docs/4.3/layout/utilities-for-layout.md delete mode 100644 site/docs/4.3/migration.md delete mode 100644 site/docs/4.3/utilities/borders.md delete mode 100644 site/docs/4.3/utilities/clearfix.md delete mode 100644 site/docs/4.3/utilities/close-icon.md delete mode 100644 site/docs/4.3/utilities/colors.md delete mode 100644 site/docs/4.3/utilities/display.md delete mode 100644 site/docs/4.3/utilities/embed.md delete mode 100644 site/docs/4.3/utilities/flex.md delete mode 100644 site/docs/4.3/utilities/float.md delete mode 100644 site/docs/4.3/utilities/image-replacement.md delete mode 100644 site/docs/4.3/utilities/overflow.md delete mode 100644 site/docs/4.3/utilities/position.md delete mode 100644 site/docs/4.3/utilities/screen-readers.md delete mode 100644 site/docs/4.3/utilities/shadows.md delete mode 100644 site/docs/4.3/utilities/sizing.md delete mode 100644 site/docs/4.3/utilities/spacing.md delete mode 100644 site/docs/4.3/utilities/stretched-link.md delete mode 100644 site/docs/4.3/utilities/text.md delete mode 100644 site/docs/4.3/utilities/vertical-align.md delete mode 100644 site/docs/4.3/utilities/visibility.md delete mode 100644 site/docs/versions.html delete mode 100644 site/favicon.ico delete mode 100644 site/index.html create mode 100644 site/layouts/_default/docs.html create mode 100644 site/layouts/_default/examples.html create mode 100644 site/layouts/_default/home.html create mode 100644 site/layouts/_default/single.html create mode 100644 site/layouts/alias.html create mode 100644 site/layouts/partials/ads.html create mode 100644 site/layouts/partials/analytics.html create mode 100644 site/layouts/partials/callout-danger-async-methods.md create mode 100644 site/layouts/partials/callout-info-mediaqueries-breakpoints.md create mode 100644 site/layouts/partials/callout-info-prefersreducedmotion.md create mode 100644 site/layouts/partials/callout-warning-color-assistive-technologies.md create mode 100644 site/layouts/partials/docs-navbar.html create mode 100644 site/layouts/partials/docs-sidebar.html create mode 100644 site/layouts/partials/favicons.html create mode 100644 site/layouts/partials/footer.html create mode 100644 site/layouts/partials/header.html create mode 100644 site/layouts/partials/home/masthead-followup.html create mode 100644 site/layouts/partials/home/masthead.html create mode 100644 site/layouts/partials/icons/bootstrap-stack.svg create mode 100644 site/layouts/partials/icons/bootstrap.svg create mode 100644 site/layouts/partials/icons/download.svg create mode 100644 site/layouts/partials/icons/github.svg create mode 100644 site/layouts/partials/icons/import.svg create mode 100644 site/layouts/partials/icons/lightning.svg create mode 100644 site/layouts/partials/icons/menu.svg create mode 100644 site/layouts/partials/icons/opencollective.svg create mode 100644 site/layouts/partials/icons/slack.svg create mode 100644 site/layouts/partials/icons/twitter.svg create mode 100644 site/layouts/partials/scripts.html create mode 100644 site/layouts/partials/skippy.html create mode 100644 site/layouts/partials/social.html create mode 100644 site/layouts/partials/stylesheet.html create mode 100644 site/layouts/robots.txt create mode 100644 site/layouts/shortcodes/bugify.html create mode 100644 site/layouts/shortcodes/callout.html create mode 100644 site/layouts/shortcodes/example.html create mode 100644 site/layouts/shortcodes/list-examples.html create mode 100644 site/layouts/shortcodes/list-versions.html create mode 100644 site/layouts/shortcodes/markdown.html create mode 100644 site/layouts/shortcodes/partial.html create mode 100644 site/layouts/shortcodes/placeholder.html create mode 100644 site/layouts/shortcodes/year.html create mode 100644 site/layouts/sitemap.xml delete mode 100644 site/robots.txt create mode 100644 site/static/CNAME create mode 100644 site/static/docs/4.3/assets/brand/bootstrap-outline.svg create mode 100644 site/static/docs/4.3/assets/brand/bootstrap-punchout.svg create mode 100644 site/static/docs/4.3/assets/brand/bootstrap-social-logo.png create mode 100644 site/static/docs/4.3/assets/brand/bootstrap-social.png create mode 100644 site/static/docs/4.3/assets/brand/bootstrap-solid.svg create mode 100644 site/static/docs/4.3/assets/css/docs.min.css create mode 100644 site/static/docs/4.3/assets/css/docs.min.css.map create mode 100644 site/static/docs/4.3/assets/img/bootstrap-themes.png create mode 100644 site/static/docs/4.3/assets/img/bootstrap-themes@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/album.png create mode 100644 site/static/docs/4.3/assets/img/examples/album@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/blog.png create mode 100644 site/static/docs/4.3/assets/img/examples/blog@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/carousel.png create mode 100644 site/static/docs/4.3/assets/img/examples/carousel@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/checkout.png create mode 100644 site/static/docs/4.3/assets/img/examples/checkout@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/cover.png create mode 100644 site/static/docs/4.3/assets/img/examples/cover@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/dashboard.png create mode 100644 site/static/docs/4.3/assets/img/examples/dashboard@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/floating-labels.png create mode 100644 site/static/docs/4.3/assets/img/examples/floating-labels@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/grid.png create mode 100644 site/static/docs/4.3/assets/img/examples/grid@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/jumbotron.png create mode 100644 site/static/docs/4.3/assets/img/examples/jumbotron@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-bottom.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-bottom@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-fixed.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-fixed@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-static.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbar-static@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbars.png create mode 100644 site/static/docs/4.3/assets/img/examples/navbars@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/offcanvas.png create mode 100644 site/static/docs/4.3/assets/img/examples/offcanvas@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/pricing.png create mode 100644 site/static/docs/4.3/assets/img/examples/pricing@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/product.png create mode 100644 site/static/docs/4.3/assets/img/examples/product@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/sign-in.png create mode 100644 site/static/docs/4.3/assets/img/examples/sign-in@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/starter-template.png create mode 100644 site/static/docs/4.3/assets/img/examples/starter-template@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/sticky-footer-navbar.png create mode 100644 site/static/docs/4.3/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 site/static/docs/4.3/assets/img/examples/sticky-footer.png create mode 100644 site/static/docs/4.3/assets/img/examples/sticky-footer@2x.png create mode 100644 site/static/docs/4.3/assets/img/favicons/android-chrome-192x192.png create mode 100644 site/static/docs/4.3/assets/img/favicons/android-chrome-512x512.png create mode 100644 site/static/docs/4.3/assets/img/favicons/apple-touch-icon.png create mode 100644 site/static/docs/4.3/assets/img/favicons/browserconfig.xml create mode 100644 site/static/docs/4.3/assets/img/favicons/favicon-16x16.png create mode 100644 site/static/docs/4.3/assets/img/favicons/favicon-32x32.png create mode 100644 site/static/docs/4.3/assets/img/favicons/favicon.ico create mode 100644 site/static/docs/4.3/assets/img/favicons/manifest.json create mode 100644 site/static/docs/4.3/assets/img/favicons/mstile-144x144.png create mode 100644 site/static/docs/4.3/assets/img/favicons/mstile-150x150.png create mode 100644 site/static/docs/4.3/assets/img/favicons/mstile-310x150.png create mode 100644 site/static/docs/4.3/assets/img/favicons/mstile-310x310.png create mode 100644 site/static/docs/4.3/assets/img/favicons/mstile-70x70.png create mode 100644 site/static/docs/4.3/assets/img/favicons/safari-pinned-tab.svg create mode 100644 site/static/docs/4.3/assets/js/docs.min.js create mode 100644 site/static/docs/4.3/assets/js/src/application.js create mode 100644 site/static/docs/4.3/assets/js/src/search.js create mode 100644 site/static/docs/4.3/assets/js/vendor/anchor.min.js create mode 100644 site/static/docs/4.3/assets/js/vendor/bs-custom-file-input.min.js create mode 100644 site/static/docs/4.3/assets/js/vendor/clipboard.min.js create mode 100644 site/static/docs/4.3/assets/scss/_ads.scss create mode 100644 site/static/docs/4.3/assets/scss/_algolia.scss create mode 100644 site/static/docs/4.3/assets/scss/_anchor.scss create mode 100644 site/static/docs/4.3/assets/scss/_brand.scss create mode 100644 site/static/docs/4.3/assets/scss/_browser-bugs.scss create mode 100644 site/static/docs/4.3/assets/scss/_buttons.scss create mode 100644 site/static/docs/4.3/assets/scss/_callouts.scss create mode 100644 site/static/docs/4.3/assets/scss/_clipboard-js.scss create mode 100644 site/static/docs/4.3/assets/scss/_colors.scss create mode 100644 site/static/docs/4.3/assets/scss/_component-examples.scss create mode 100644 site/static/docs/4.3/assets/scss/_content.scss create mode 100644 site/static/docs/4.3/assets/scss/_footer.scss create mode 100644 site/static/docs/4.3/assets/scss/_masthead.scss create mode 100644 site/static/docs/4.3/assets/scss/_nav.scss create mode 100644 site/static/docs/4.3/assets/scss/_placeholder-img.scss create mode 100644 site/static/docs/4.3/assets/scss/_sidebar.scss create mode 100644 site/static/docs/4.3/assets/scss/_skippy.scss create mode 100644 site/static/docs/4.3/assets/scss/_syntax.scss create mode 100644 site/static/docs/4.3/assets/scss/_variables.scss create mode 100644 site/static/docs/4.3/assets/scss/docs.scss create mode 100644 site/static/favicon.ico create mode 100644 site/static/sw.js delete mode 100644 site/sw.js (limited to 'site') diff --git a/site/_data/breakpoints.yml b/site/_data/breakpoints.yml deleted file mode 100644 index 3c8cfe293c..0000000000 --- a/site/_data/breakpoints.yml +++ /dev/null @@ -1,29 +0,0 @@ -- breakpoint: xs - abbr: "" - name: Extra small - min-width: 0px - container: "" - -- breakpoint: sm - abbr: -sm - name: Small - min-width: 576px - container: 540px - -- breakpoint: md - abbr: -md - name: Medium - min-width: 768px - container: 720px - -- breakpoint: lg - abbr: -lg - name: Large - min-width: 992px - container: 960px - -- breakpoint: xl - abbr: -xl - name: Extra large - min-width: 1200px - container: 1140px diff --git a/site/_data/browser-bugs.yml b/site/_data/browser-bugs.yml deleted file mode 100644 index 7138c75b42..0000000000 --- a/site/_data/browser-bugs.yml +++ /dev/null @@ -1,411 +0,0 @@ -- - browser: > - Edge - summary: > - Visual artifacts in scrollable modal dialogs - upstream_bug: > - Edge#9011176 - origin: > - Bootstrap#20755 - -- - browser: > - Edge - summary: > - Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component) - upstream_bug: > - Edge#6793560 - origin: > - Bootstrap#18692 - -- - browser: > - Edge - summary: > - Hovered element still remains in `:hover` state after scrolling away. - upstream_bug: > - Edge#5381673 - origin: > - Bootstrap#14211 - -- - browser: > - Edge - summary: > - CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element. - upstream_bug: > - Edge#3342037 - origin: > - Bootstrap#16671 - -- - browser: > - Edge - summary: > - `background` of `` is only applied to first child cell instead of all cells in the row - upstream_bug: > - Edge#5865620 - origin: > - Bootstrap#18504 - -- - browser: > - Edge - summary: > - Background color from lower layer bleeds through transparent border in some cases - upstream_bug: > - Edge#6274505 - origin: > - Bootstrap#18228 - -- - browser: > - Edge - summary: > - Hovering over descendant SVG element fires `mouseleave` event at ancestor - upstream_bug: > - Edge#7787318 - origin: > - Bootstrap#19670 - -- - browser: > - Edge - summary: > - Active `position: fixed;` ` - - - diff --git a/site/_includes/example.html b/site/_includes/example.html deleted file mode 100644 index dcd148b02a..0000000000 --- a/site/_includes/example.html +++ /dev/null @@ -1,51 +0,0 @@ -{%- comment -%} - Usage: include example.html content=markup [args], - where content is a capture with the HTML content - - args can be one of the following: - id - null (default) - class - "bd-example" (default) - optional: hide_preview - disabled (default) - optional: hide_markup - disabled (default) -{%- endcomment -%} - -{%- assign id = include.id -%} -{%- assign class = include.class -%} - -{%- if include.hide_preview == null -%} - - {{- include.content -}} - -{%- endif -%} - -{%- if include.hide_markup == null -%} - {%- highlight html -%} - {%- if include.content contains ' - {%- endcapture -%} - {{- img_placeholder -}} - {%- else -%} - {{- content_chunk -}} - {%- endif -%} - {%- endfor -%} - {%- else -%} - {{- include.content -}} - {%- endif -%} - {%- endhighlight -%} -{%- endif -%} diff --git a/site/_includes/favicons.html b/site/_includes/favicons.html deleted file mode 100644 index df4c15e645..0000000000 --- a/site/_includes/favicons.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/site/_includes/footer.html b/site/_includes/footer.html deleted file mode 100644 index 03192a861a..0000000000 --- a/site/_includes/footer.html +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/site/_includes/header.html b/site/_includes/header.html deleted file mode 100644 index 9dbd350fc5..0000000000 --- a/site/_includes/header.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - {%- if page.title -%} - {{ page.title | smartify }} · {{ site.title | smartify }} - {%- else -%} - {{ site.title | smartify }} · {{ site.description | smartify }} - {%- endif -%} - - - - -{% include stylesheet.html %} -{% include favicons.html %} -{% include social.html %} -{% include analytics.html %} diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg deleted file mode 100644 index c22b373838..0000000000 --- a/site/_includes/icons/bootstrap-stack.svg +++ /dev/null @@ -1 +0,0 @@ -Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/bootstrap.svg b/site/_includes/icons/bootstrap.svg deleted file mode 100644 index 7dfcf3f86c..0000000000 --- a/site/_includes/icons/bootstrap.svg +++ /dev/null @@ -1 +0,0 @@ -Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/download.svg b/site/_includes/icons/download.svg deleted file mode 100644 index 4ee80d2168..0000000000 --- a/site/_includes/icons/download.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/site/_includes/icons/github.svg b/site/_includes/icons/github.svg deleted file mode 100644 index 0fc4c3eff4..0000000000 --- a/site/_includes/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ -GitHub \ No newline at end of file diff --git a/site/_includes/icons/import.svg b/site/_includes/icons/import.svg deleted file mode 100644 index 3c42c1e406..0000000000 --- a/site/_includes/icons/import.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/site/_includes/icons/lightning.svg b/site/_includes/icons/lightning.svg deleted file mode 100644 index 5d5809e135..0000000000 --- a/site/_includes/icons/lightning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/site/_includes/icons/menu.svg b/site/_includes/icons/menu.svg deleted file mode 100644 index bbba4f87e1..0000000000 --- a/site/_includes/icons/menu.svg +++ /dev/null @@ -1 +0,0 @@ -Menu \ No newline at end of file diff --git a/site/_includes/icons/opencollective.svg b/site/_includes/icons/opencollective.svg deleted file mode 100644 index 5c80a9d170..0000000000 --- a/site/_includes/icons/opencollective.svg +++ /dev/null @@ -1 +0,0 @@ -Open Collective \ No newline at end of file diff --git a/site/_includes/icons/placeholder.svg b/site/_includes/icons/placeholder.svg deleted file mode 100644 index c3c74af893..0000000000 --- a/site/_includes/icons/placeholder.svg +++ /dev/null @@ -1,35 +0,0 @@ -{%- comment -%} - Usage: include icons/placeholder.svg args - - args can be one of the following: - title: Used in the SVG `title` tag - text: The text to show in the image - default: 'width x height' - class: default: 'bd-placeholder-img' - color: The text color (foreground) - default: '#dee2e6' - background: The background color - default: '#868e96' - width: default: 100% - height: default: 180px -{%- endcomment -%} - -{%- assign title = include.title | default: 'Placeholder' -%} -{%- assign class = include.class | default: '' -%} -{%- assign color = include.color | default: site.data.grays[2].hex -%} -{%- assign background = include.background | default: site.data.grays[5].hex -%} -{%- assign width = include.width | default: '100%' -%} -{%- assign height = include.height | default: '180' -%} - -{%- if include.text -%} - {%- assign text = include.text -%} -{%- else -%} - {%- assign text = width | append: 'x' | append: height -%} -{%- endif -%} - -{%- capture svg -%} - - {% if title != ' ' %}{{ title }}{% endif %} - - {% if text != ' ' %}{{ text }}{% endif %} - -{%- endcapture -%} - -{{- svg | replace: ' ', '' | strip_newlines -}} diff --git a/site/_includes/icons/slack.svg b/site/_includes/icons/slack.svg deleted file mode 100644 index da05e3613f..0000000000 --- a/site/_includes/icons/slack.svg +++ /dev/null @@ -1 +0,0 @@ -Slack \ No newline at end of file diff --git a/site/_includes/icons/twitter.svg b/site/_includes/icons/twitter.svg deleted file mode 100644 index 4c2b19150d..0000000000 --- a/site/_includes/icons/twitter.svg +++ /dev/null @@ -1 +0,0 @@ -Twitter \ No newline at end of file diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html deleted file mode 100644 index 5b7f380b18..0000000000 --- a/site/_includes/scripts.html +++ /dev/null @@ -1,19 +0,0 @@ -{%- if jekyll.environment == "production" -%} - -{%- else -%} - -{%- endif -%} - -{%- if page.layout == "docs" -%} - -{%- endif -%} - -{%- if jekyll.environment == "production" -%} - -{%- else -%} - - - - - -{%- endif -%} diff --git a/site/_includes/skippy.html b/site/_includes/skippy.html deleted file mode 100644 index ec7507d532..0000000000 --- a/site/_includes/skippy.html +++ /dev/null @@ -1,3 +0,0 @@ - - Skip to main content - diff --git a/site/_includes/social.html b/site/_includes/social.html deleted file mode 100644 index 277ee2313d..0000000000 --- a/site/_includes/social.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/site/_includes/stylesheet.html b/site/_includes/stylesheet.html deleted file mode 100644 index 3846f9fe1c..0000000000 --- a/site/_includes/stylesheet.html +++ /dev/null @@ -1,16 +0,0 @@ - -{%- if jekyll.environment == "production" %} - -{% else %} - -{% endif -%} - -{%- if page.layout == "docs" or page.layout != "examples" -%} - -{% if page.layout == "docs" %} - -{% endif %} -{% if page.layout != "examples" %} - -{% endif %} -{%- endif -%} diff --git a/site/_layouts/default.html b/site/_layouts/default.html deleted file mode 100644 index 59f5c122b8..0000000000 --- a/site/_layouts/default.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - {% include header.html %} - - - {% include skippy.html %} - - {% include docs-navbar.html %} - - {% if page.layout == "simple" %} - {{ content }} - {% else %} -
- {{ content }} -
- {% endif %} - - {% include footer.html %} - {% include scripts.html %} - - diff --git a/site/_layouts/docs.html b/site/_layouts/docs.html deleted file mode 100644 index cc4910c041..0000000000 --- a/site/_layouts/docs.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - {% include header.html %} - - - {% include skippy.html %} - - {% include docs-navbar.html %} - -
-
-
- {% include docs-sidebar.html %} -
- - {% if page.toc %} - - {% endif %} - -
-

{{ page.title | smartify }}

-

{{ page.description | smartify }}

- {% include ads.html %} - {{ content }} -
-
-
- - {% include scripts.html %} - - diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html deleted file mode 100644 index f7e4556e40..0000000000 --- a/site/_layouts/examples.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - {{ page.title | smartify }} · {{ site.title | smartify }} - - - - {% include stylesheet.html %} - - - - {%- for css in page.extra_css %} - - - {%- endfor %} - - - {{ content }} - - {%- if page.include_js != false -%} - {%- if jekyll.environment == "production" -%} - - {%- else -%} - - {%- endif -%} - - {%- for js in page.extra_js %} - - {%- endfor %} - {%- endif -%} - - diff --git a/site/_layouts/home.html b/site/_layouts/home.html deleted file mode 100644 index 88a23d49ce..0000000000 --- a/site/_layouts/home.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - {% include header.html %} - - - {% include skippy.html %} - - {% include docs-navbar.html %} - - {{ content }} - - {% include footer.html %} - {% include scripts.html %} - - diff --git a/site/_layouts/simple.html b/site/_layouts/simple.html deleted file mode 100644 index bbf808df33..0000000000 --- a/site/_layouts/simple.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default ---- - -
-
-

{{ page.title | smartify }}

-

{{ page.description | smartify }}

- {%- if page.title == "Examples" -%} - Download source code - {%- endif -%} -
- {% include ads.html %} -
- -
- {{ content }} -
diff --git a/site/content/docs/4.3/about/brand.md b/site/content/docs/4.3/about/brand.md new file mode 100644 index 0000000000..9d44edf9c4 --- /dev/null +++ b/site/content/docs/4.3/about/brand.md @@ -0,0 +1,78 @@ +--- +layout: docs +title: Brand guidelines +description: Documentation and examples for Bootstrap's logo and brand usage guidelines. +group: about +toc: true +--- + +Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/). + +## Mark and logo + +Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap. + +
+
+ Bootstrap +
+
+ Bootstrap +
+
+
+
+ Bootstrap +
+
+ Bootstrap +
+
+ +## Download mark + +Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as. + +
+
+ Bootstrap +
+
+ Bootstrap +
+
+ Bootstrap +
+
+ +## Name + +The project and framework should always be referred to as **Bootstrap**. No Twitter before it, no capital _s_, and no abbreviations except for one, a capital **B**. + +
+
+ Bootstrap + Right +
+
+ BootStrap + Wrong +
+
+ Twitter Bootstrap + Wrong +
+
+ +## Colors + +Our docs and branding use a handful of primary colors to differentiate what *is* Bootstrap from what *is in* Bootstrap. In other words, if it's purple, it's representative of Bootstrap. + +
+
+
+
+
+
+
+
diff --git a/site/content/docs/4.3/about/license.md b/site/content/docs/4.3/about/license.md new file mode 100644 index 0000000000..c7f1302035 --- /dev/null +++ b/site/content/docs/4.3/about/license.md @@ -0,0 +1,34 @@ +--- +layout: docs +title: License FAQs +description: Commonly asked questions about Bootstrap's open source license. +group: about +--- + +Bootstrap is released under the MIT license and is copyright {{< year >}} Twitter. Boiled down to smaller chunks, it can be described with the following conditions. + +#### It requires you to: + +* Keep the license and copyright notice included in Bootstrap's CSS and JavaScript files when you use them in your works + +#### It permits you to: + +- Freely download and use Bootstrap, in whole or in part, for personal, private, company internal, or commercial purposes +- Use Bootstrap in packages or distributions that you create +- Modify the source code +- Grant a sublicense to modify and distribute Bootstrap to third parties not included in the license + +#### It forbids you to: + +- Hold the authors and license owners liable for damages as Bootstrap is provided without warranty +- Hold the creators or copyright holders of Bootstrap liable +- Redistribute any piece of Bootstrap without proper attribution +- Use any marks owned by Twitter in any way that might state or imply that Twitter endorses your distribution +- Use any marks owned by Twitter in any way that might state or imply that you created the Twitter software in question + +#### It does not require you to: + +- Include the source of Bootstrap itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it +- Submit changes that you make to Bootstrap back to the Bootstrap project (though such feedback is encouraged) + +The full Bootstrap license is located [in the project repository]({{< param repo >}}/blob/v{{< param current_version >}}/LICENSE) for more information. diff --git a/site/content/docs/4.3/about/overview.md b/site/content/docs/4.3/about/overview.md new file mode 100644 index 0000000000..b99a41ad12 --- /dev/null +++ b/site/content/docs/4.3/about/overview.md @@ -0,0 +1,27 @@ +--- +layout: docs +title: About +description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved. +group: about +aliases: + - "/about/" + - "/docs/4.3/about/" +--- + +## Team + +Bootstrap is maintained by a [small team of developers](https://github.com/orgs/twbs/people) on GitHub. We're actively looking to grow this team and would love to hear from you if you're excited about CSS at scale, writing and maintaining vanilla JavaScript plugins, and improving build tooling processes for frontend code. + +## History + +Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. + +Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/engineering/en_us/a/2010/hack-week.html) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today. + +Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on , we've since had over [twenty releases]({{< param repo >}}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach. + +With Bootstrap 4, we once again rewrote the project to account for two key architectural changes: a migration to Sass and the move to CSS's flexbox. Our intention is to help in a small way to move the web development community forward by pushing for newer CSS properties, fewer dependencies, and new technologies across more modern browsers. + +## Get involved + +Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. diff --git a/site/content/docs/4.3/about/team.md b/site/content/docs/4.3/about/team.md new file mode 100644 index 0000000000..ce4b00e953 --- /dev/null +++ b/site/content/docs/4.3/about/team.md @@ -0,0 +1,23 @@ +--- +layout: docs +title: Team +description: An overview of the founding team and core contributors to Bootstrap. +group: about +--- + +Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. + +{{< team.inline >}} +
+ {{- range (index $.Site.Data "core-team") }} + + @{{ .user }} + + {{ .name }} @{{ .user }} + + + {{ end -}} +
+{{< /team.inline >}} + +Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. diff --git a/site/content/docs/4.3/about/translations.md b/site/content/docs/4.3/about/translations.md new file mode 100644 index 0000000000..e719e3a842 --- /dev/null +++ b/site/content/docs/4.3/about/translations.md @@ -0,0 +1,20 @@ +--- +layout: docs +title: Translations +description: Links to community-translated Bootstrap documentation sites. +group: about +--- + +Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date. + +{{< translations.inline >}} + +{{< /translations.inline >}} + +**We don't help organize or host translations, we just link to them.** + +Finished a new or better translation? Open a pull request to add it to our list. diff --git a/site/content/docs/4.3/browser-bugs.md b/site/content/docs/4.3/browser-bugs.md new file mode 100644 index 0000000000..32285844e3 --- /dev/null +++ b/site/content/docs/4.3/browser-bugs.md @@ -0,0 +1,68 @@ +--- +layout: docs +title: Wall of browser bugs +group: browser-bugs +aliases: "/browser-bugs/" +--- + +Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us. + +We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs](/docs/{{< param docs_version >}}/getting-started/browsers-devices/#supported-browsers). + +See also: + +* [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://bugs.chromium.org/p/chromium/issues/detail?id=536263) +* [Mozilla bug 1230801: Fix the issues that affect Bootstrap](https://bugzilla.mozilla.org/show_bug.cgi?id=1230801) +* [WebKit bug 159753: [meta] Issues affecting Bootstrap](https://bugs.webkit.org/show_bug.cgi?id=159753) + + + + + + + + + + + + {{< bug.inline >}} + {{- range (index $.Site.Data $data) }} + + + + + + + {{- end }} + {{< /bug.inline >}} + +
Browser(s)Summary of bugUpstream bug(s)Bootstrap issue(s)
{{ .browser | chomp }}{{ .summary | markdownify }}{% include bugify.html content=bug.upstream_bug %}{% include bugify.html content=bug.origin %}
+ +# Most wanted features + +There are several features specified in Web standards which would allow us to make Bootstrap more robust, elegant, or performant, but aren't yet implemented in certain browsers, thus preventing us from taking advantage of them. + +We publicly list these "most wanted" feature requests here, in the hopes of expediting the process of getting them implemented. + + + + + + + + + + + + {{< feat.inline >}} + {{ range (index $.Site.Data "browser-features") }} + + + + + + + {{ end }} + {{< /feat.inline >}} + +
Browser(s)Summary of featureUpstream issue(s)Bootstrap issue(s)
{{ .browser }}{{ .summary | markdownify }}{% include bugify.html content=feat.upstream_bug %}{% include bugify.html content=feat.origin %}
diff --git a/site/content/docs/4.3/components/alerts.md b/site/content/docs/4.3/components/alerts.md new file mode 100644 index 0000000000..8c530d0f5f --- /dev/null +++ b/site/content/docs/4.3/components/alerts.md @@ -0,0 +1,137 @@ +--- +layout: docs +title: Alerts +description: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. +group: components +aliases: + - "/components/" + - "/docs/4.3/components/" +toc: true +--- + +## Examples + +Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight **required** contextual classes (e.g., `.alert-success`). For inline dismissal, use the [alerts JavaScript plugin](#dismissing). + +{{< example >}} +{{< alerts.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{- end -}} +{{< /alerts.inline >}} +{{< /example >}} + +{{< callout info >}} +{{< partial "callout-warning-color-assistive-technologies.md" >}} +{{< /callout >}} + +### Link color + +Use the `.alert-link` utility class to quickly provide matching colored links within any alert. + +{{< example >}} +{{< alerts.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ end -}} +{{< /alerts.inline >}} +{{< /example >}} + +### Additional content + +Alerts can also contain additional HTML elements like headings, paragraphs and dividers. + +{{< example >}} + +{{< /example >}} + + +### Dismissing + +Using the alert JavaScript plugin, it's possible to dismiss any alert inline. Here's how: + +- Be sure you've loaded the alert plugin, or the compiled Bootstrap JavaScript. +- If you're building our JavaScript from source, it [requires `util.js`](/docs/{{< param docs_version >}}/getting-started/javascript/#util). The compiled version includes this. +- Add a dismiss button and the `.alert-dismissible` class, which adds extra padding to the right of the alert and positions the `.close` button. +- On the dismiss button, add the `data-dismiss="alert"` attribute, which triggers the JavaScript functionality. Be sure to use the ` + +{{< /example >}} + +## JavaScript behavior + +### Triggers + +Enable dismissal of an alert via JavaScript: + +{{< highlight js >}} +var alertList = document.querySelectorAll('.alert') +alertList.forEach(function (alert) { + new bootstrap.Alert(alert) +}) +{{< /highlight >}} + +Or with `data` attributes on a button **within the alert**, as demonstrated above: + +{{< highlight html >}} + +{{< /highlight >}} + +Note that closing an alert will remove it from the DOM. + +### Methods + +You can create an alert instance with the alert constructor, for example: + +{{< highlight js >}} +var myAlert = document.getElementById('myAlert') +var bsAlert = new bootstrap.Alert(myAlert) +{{< /highlight >}} + +This makes an alert listen for click events on descendant elements which have the `data-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.) + +| Method | Description | +| --- | --- | +| `close` | Closes an alert by removing it from the DOM. If the `.fade` and `.show` classes are present on the element, the alert will fade out before it is removed. | +| `dispose` | Destroys an element's alert. | +| `_getInstance` | *Static* method which allows you to get the alert instance associated to a DOM element, you can use it like this: `bootstrap.Alert._getInstance(alert)` | + +{{< highlight js >}} +var alertNode = document.querySelector('.alert') +var alert = bootstrap.Alert._getInstance(alertNode) +alert.close() +{{< /highlight >}} + +### Events + +Bootstrap's alert plugin exposes a few events for hooking into alert functionality. + +| Event | Description | +| --- | --- | +| `close.bs.alert` | This event fires immediately when the close instance method is called. | +| `closed.bs.alert` | This event is fired when the alert has been closed (will wait for CSS transitions to complete). | + +{{< highlight js >}} +var myAlert = document.getElementById('myAlert') +myAlert.addEventListener('closed.bs.alert', function () { + // do something… +}) +{{< /highlight >}} diff --git a/site/content/docs/4.3/components/badge.md b/site/content/docs/4.3/components/badge.md new file mode 100644 index 0000000000..0f2ec97acd --- /dev/null +++ b/site/content/docs/4.3/components/badge.md @@ -0,0 +1,76 @@ +--- +layout: docs +title: Badges +description: Documentation and examples for badges, our small count and labeling component. +group: components +toc: true +--- + +## Example + +Badges scale to match the size of the immediate parent element by using relative font sizing and `em` units. + +{{< example >}} +

Example heading New

+

Example heading New

+

Example heading New

+

Example heading New

+
Example heading New
+
Example heading New
+{{< /example >}} + +Badges can be used as part of links or buttons to provide a counter. + +{{< example >}} + +{{< /example >}} + +Note that depending on how they are used, badges may be confusing for users of screen readers and similar assistive technologies. While the styling of badges provides a visual cue as to their purpose, these users will simply be presented with the content of the badge. Depending on the specific situation, these badges may seem like random additional words or numbers at the end of a sentence, link, or button. + +Unless the context is clear (as with the "Notifications" example, where it is understood that the "4" is the number of notifications), consider including additional context with a visually hidden piece of additional text. + +{{< example >}} + +{{< /example >}} + +## Contextual variations + +Add any of the below mentioned modifier classes to change the appearance of a badge. + +{{< example >}} +{{< badge.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }}{{- end -}} +{{< /badge.inline >}} +{{< /example >}} + +{{< callout info >}} +{{< partial "callout-warning-color-assistive-technologies.md" >}} +{{< /callout >}} + +## Pill badges + +Use the `.badge-pill` modifier class to make badges more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3. + +{{< example >}} +{{< badge.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }}{{- end -}} +{{< /badge.inline >}} +{{< /example >}} + +## Links + +Using the contextual `.badge-*` classes on an `` element quickly provide _actionable_ badges with hover and focus states. + +{{< example >}} +{{< badge.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }}{{- end -}} +{{< /badge.inline >}} +{{< /example >}} diff --git a/site/content/docs/4.3/components/breadcrumb.md b/site/content/docs/4.3/components/breadcrumb.md new file mode 100644 index 0000000000..b26b58969f --- /dev/null +++ b/site/content/docs/4.3/components/breadcrumb.md @@ -0,0 +1,57 @@ +--- +layout: docs +title: Breadcrumb +description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS. +group: components +--- + +## Example + +{{< example >}} + + + + + +{{< /example >}} + +## Changing the separator + +Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this: + +```scss +$breadcrumb-divider: quote(">"); +``` + +It's also possible to use a **base64 embedded SVG icon**: + +```scss +$breadcrumb-divider: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+); +``` + +The separator can be removed by setting `$breadcrumb-divider` to `none`: + +```scss +$breadcrumb-divider: none; +``` + +## Accessibility + +Since breadcrumbs provide a navigation, it's a good idea to add a meaningful label such as `aria-label="breadcrumb"` to describe the type of navigation provided in the `