From c26dede97f626b52b7bf8962ed55d1dbda86abe8 Mon Sep 17 00:00:00 2001 From: Hilmar R Date: Sun, 28 Feb 2021 21:06:16 +0100 Subject: get dev --- vendor/twbs/bootstrap/site/.eslintrc.json | 4 +- vendor/twbs/bootstrap/site/_data/breakpoints.yml | 29 - vendor/twbs/bootstrap/site/_data/browser-bugs.yml | 411 ------ .../twbs/bootstrap/site/_data/browser-features.yml | 139 -- vendor/twbs/bootstrap/site/_data/colors.yml | 26 - vendor/twbs/bootstrap/site/_data/core-team.yml | 32 - vendor/twbs/bootstrap/site/_data/docs-versions.yml | 46 - vendor/twbs/bootstrap/site/_data/examples.yml | 55 - vendor/twbs/bootstrap/site/_data/grays.yml | 18 - vendor/twbs/bootstrap/site/_data/nav.yml | 92 -- vendor/twbs/bootstrap/site/_data/theme-colors.yml | 16 - vendor/twbs/bootstrap/site/_data/translations.yml | 29 - vendor/twbs/bootstrap/site/_includes/ads.html | 1 - .../twbs/bootstrap/site/_includes/analytics.html | 7 - vendor/twbs/bootstrap/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 - vendor/twbs/bootstrap/site/_includes/callout.html | 9 - .../twbs/bootstrap/site/_includes/docs-navbar.html | 70 - .../bootstrap/site/_includes/docs-sidebar.html | 43 - vendor/twbs/bootstrap/site/_includes/example.html | 51 - vendor/twbs/bootstrap/site/_includes/favicons.html | 9 - vendor/twbs/bootstrap/site/_includes/footer.html | 12 - vendor/twbs/bootstrap/site/_includes/header.html | 23 - .../site/_includes/icons/bootstrap-stack.svg | 1 - .../bootstrap/site/_includes/icons/bootstrap.svg | 1 - .../site/_includes/icons/circle-square.svg | 4 - .../bootstrap/site/_includes/icons/cloud-fill.svg | 3 - .../twbs/bootstrap/site/_includes/icons/code.svg | 3 - .../site/_includes/icons/droplet-fill.svg | 3 - .../twbs/bootstrap/site/_includes/icons/github.svg | 1 - .../twbs/bootstrap/site/_includes/icons/menu.svg | 1 - .../site/_includes/icons/opencollective.svg | 1 - .../bootstrap/site/_includes/icons/placeholder.svg | 35 - .../twbs/bootstrap/site/_includes/icons/slack.svg | 1 - .../bootstrap/site/_includes/icons/twitter.svg | 1 - vendor/twbs/bootstrap/site/_includes/scripts.html | 23 - vendor/twbs/bootstrap/site/_includes/skippy.html | 8 - vendor/twbs/bootstrap/site/_includes/social.html | 17 - .../twbs/bootstrap/site/_includes/stylesheet.html | 16 - vendor/twbs/bootstrap/site/_layouts/default.html | 22 - vendor/twbs/bootstrap/site/_layouts/docs.html | 37 - vendor/twbs/bootstrap/site/_layouts/examples.html | 56 - vendor/twbs/bootstrap/site/_layouts/simple.html | 21 - .../twbs/bootstrap/site/assets/js/application.js | 117 ++ .../site/assets/js/ie-emulation-modes-warning.js | 52 + vendor/twbs/bootstrap/site/assets/js/search.js | 60 + .../bootstrap/site/assets/js/vendor/anchor.min.js | 9 + .../assets/js/vendor/bs-custom-file-input.min.js | 7 + .../site/assets/js/vendor/clipboard.min.js | 7 + vendor/twbs/bootstrap/site/assets/scss/_ads.scss | 39 + .../twbs/bootstrap/site/assets/scss/_algolia.scss | 155 +++ .../twbs/bootstrap/site/assets/scss/_anchor.scss | 11 + vendor/twbs/bootstrap/site/assets/scss/_brand.scss | 88 ++ .../bootstrap/site/assets/scss/_browser-bugs.scss | 12 + .../twbs/bootstrap/site/assets/scss/_buttons.scss | 55 + .../twbs/bootstrap/site/assets/scss/_callouts.scss | 40 + .../bootstrap/site/assets/scss/_clipboard-js.scss | 37 + .../twbs/bootstrap/site/assets/scss/_colors.scss | 17 + .../site/assets/scss/_component-examples.scss | 374 +++++ .../twbs/bootstrap/site/assets/scss/_content.scss | 127 ++ .../twbs/bootstrap/site/assets/scss/_footer.scss | 40 + .../twbs/bootstrap/site/assets/scss/_masthead.scss | 74 + vendor/twbs/bootstrap/site/assets/scss/_nav.scss | 71 + .../site/assets/scss/_placeholder-img.scss | 15 + .../twbs/bootstrap/site/assets/scss/_sidebar.scss | 112 ++ .../twbs/bootstrap/site/assets/scss/_skippy.scss | 20 + .../twbs/bootstrap/site/assets/scss/_syntax.scss | 102 ++ vendor/twbs/bootstrap/site/assets/scss/_toc.scss | 54 + .../bootstrap/site/assets/scss/_variables.scss | 15 + vendor/twbs/bootstrap/site/assets/scss/docs.scss | 53 + .../bootstrap/site/content/docs/4.6/_index.html | 5 + .../bootstrap/site/content/docs/4.6/about/brand.md | 78 ++ .../site/content/docs/4.6/about/license.md | 34 + .../site/content/docs/4.6/about/overview.md | 27 + .../bootstrap/site/content/docs/4.6/about/team.md | 23 + .../site/content/docs/4.6/about/translations.md | 20 + .../site/content/docs/4.6/browser-bugs.md | 57 + .../site/content/docs/4.6/components/alerts.md | 122 ++ .../site/content/docs/4.6/components/badge.md | 76 + .../site/content/docs/4.6/components/breadcrumb.md | 57 + .../content/docs/4.6/components/button-group.md | 202 +++ .../site/content/docs/4.6/components/buttons.md | 166 +++ .../site/content/docs/4.6/components/card.md | 832 +++++++++++ .../site/content/docs/4.6/components/carousel.md | 395 ++++++ .../site/content/docs/4.6/components/collapse.md | 252 ++++ .../site/content/docs/4.6/components/dropdowns.md | 895 ++++++++++++ .../site/content/docs/4.6/components/forms.md | 1360 ++++++++++++++++++ .../content/docs/4.6/components/input-group.md | 377 +++++ .../site/content/docs/4.6/components/jumbotron.md | 29 + .../site/content/docs/4.6/components/list-group.md | 391 ++++++ .../content/docs/4.6/components/media-object.md | 136 ++ .../site/content/docs/4.6/components/modal.md | 804 +++++++++++ .../site/content/docs/4.6/components/navbar.md | 602 ++++++++ .../site/content/docs/4.6/components/navs.md | 652 +++++++++ .../site/content/docs/4.6/components/pagination.md | 157 +++ .../site/content/docs/4.6/components/popovers.md | 411 ++++++ .../site/content/docs/4.6/components/progress.md | 139 ++ .../site/content/docs/4.6/components/scrollspy.md | 341 +++++ .../site/content/docs/4.6/components/spinners.md | 181 +++ .../site/content/docs/4.6/components/toasts.md | 379 +++++ .../site/content/docs/4.6/components/tooltips.md | 412 ++++++ .../site/content/docs/4.6/content/code.md | 50 + .../site/content/docs/4.6/content/figures.md | 26 + .../site/content/docs/4.6/content/images.md | 60 + .../site/content/docs/4.6/content/reboot.md | 360 +++++ .../site/content/docs/4.6/content/tables.md | 837 +++++++++++ .../site/content/docs/4.6/content/typography.md | 286 ++++ .../site/content/docs/4.6/examples/.stylelintrc | 15 + .../site/content/docs/4.6/examples/_index.md | 31 + .../site/content/docs/4.6/examples/album/album.css | 33 + .../content/docs/4.6/examples/album/index.html | 208 +++ .../site/content/docs/4.6/examples/blog/blog.css | 106 ++ .../site/content/docs/4.6/examples/blog/index.html | 200 +++ .../docs/4.6/examples/carousel/carousel.css | 90 ++ .../content/docs/4.6/examples/carousel/index.html | 164 +++ .../docs/4.6/examples/checkout/form-validation.css | 5 + .../docs/4.6/examples/checkout/form-validation.js | 21 + .../content/docs/4.6/examples/checkout/index.html | 225 +++ .../site/content/docs/4.6/examples/cover/cover.css | 106 ++ .../content/docs/4.6/examples/cover/index.html | 35 + .../docs/4.6/examples/dashboard/dashboard.css | 103 ++ .../docs/4.6/examples/dashboard/dashboard.js | 53 + .../content/docs/4.6/examples/dashboard/index.html | 250 ++++ .../examples/floating-labels/floating-labels.css | 130 ++ .../docs/4.6/examples/floating-labels/index.html | 33 + .../site/content/docs/4.6/examples/grid/grid.css | 13 + .../site/content/docs/4.6/examples/grid/index.html | 139 ++ .../content/docs/4.6/examples/jumbotron/index.html | 80 ++ .../docs/4.6/examples/jumbotron/jumbotron.css | 4 + .../docs/4.6/examples/navbar-bottom/index.html | 39 + .../docs/4.6/examples/navbar-fixed/index.html | 38 + .../4.6/examples/navbar-fixed/navbar-top-fixed.css | 5 + .../docs/4.6/examples/navbar-static/index.html | 38 + .../docs/4.6/examples/navbar-static/navbar-top.css | 4 + .../content/docs/4.6/examples/navbars/index.html | 362 +++++ .../content/docs/4.6/examples/navbars/navbar.css | 7 + .../content/docs/4.6/examples/offcanvas/index.html | 137 ++ .../docs/4.6/examples/offcanvas/offcanvas.css | 76 + .../docs/4.6/examples/offcanvas/offcanvas.js | 7 + .../content/docs/4.6/examples/pricing/index.html | 111 ++ .../content/docs/4.6/examples/pricing/pricing.css | 20 + .../content/docs/4.6/examples/product/index.html | 146 ++ .../content/docs/4.6/examples/product/product.css | 74 + .../content/docs/4.6/examples/sign-in/index.html | 24 + .../content/docs/4.6/examples/sign-in/signin.css | 44 + .../docs/4.6/examples/starter-template/index.html | 48 + .../examples/starter-template/starter-template.css | 7 + .../4.6/examples/sticky-footer-navbar/index.html | 50 + .../sticky-footer-navbar/sticky-footer-navbar.css | 20 + .../docs/4.6/examples/sticky-footer/index.html | 24 + .../4.6/examples/sticky-footer/sticky-footer.css | 13 + .../docs/4.6/getting-started/accessibility.md | 57 + .../docs/4.6/getting-started/best-practices.md | 20 + .../docs/4.6/getting-started/browsers-devices.md | 182 +++ .../docs/4.6/getting-started/build-tools.md | 65 + .../content/docs/4.6/getting-started/contents.md | 141 ++ .../content/docs/4.6/getting-started/download.md | 119 ++ .../docs/4.6/getting-started/introduction.md | 176 +++ .../content/docs/4.6/getting-started/javascript.md | 209 +++ .../content/docs/4.6/getting-started/theming.md | 501 +++++++ .../content/docs/4.6/getting-started/webpack.md | 93 ++ .../bootstrap/site/content/docs/4.6/layout/grid.md | 824 +++++++++++ .../site/content/docs/4.6/layout/overview.md | 277 ++++ .../docs/4.6/layout/utilities-for-layout.md | 25 + .../bootstrap/site/content/docs/4.6/migration.md | 337 +++++ .../site/content/docs/4.6/utilities/borders.md | 69 + .../site/content/docs/4.6/utilities/clearfix.md | 37 + .../site/content/docs/4.6/utilities/close-icon.md | 14 + .../site/content/docs/4.6/utilities/colors.md | 70 + .../site/content/docs/4.6/utilities/display.md | 98 ++ .../site/content/docs/4.6/utilities/embed.md | 60 + .../site/content/docs/4.6/utilities/flex.md | 613 ++++++++ .../site/content/docs/4.6/utilities/float.md | 60 + .../docs/4.6/utilities/image-replacement.md | 35 + .../content/docs/4.6/utilities/interactions.md | 18 + .../site/content/docs/4.6/utilities/overflow.md | 24 + .../site/content/docs/4.6/utilities/position.md | 45 + .../content/docs/4.6/utilities/screen-readers.md | 20 + .../site/content/docs/4.6/utilities/shadows.md | 17 + .../site/content/docs/4.6/utilities/sizing.md | 52 + .../site/content/docs/4.6/utilities/spacing.md | 104 ++ .../content/docs/4.6/utilities/stretched-link.md | 76 + .../site/content/docs/4.6/utilities/text.md | 121 ++ .../content/docs/4.6/utilities/vertical-align.md | 38 + .../site/content/docs/4.6/utilities/visibility.md | 34 + .../twbs/bootstrap/site/content/docs/_index.html | 5 + .../twbs/bootstrap/site/content/docs/versions.md | 28 + vendor/twbs/bootstrap/site/data/breakpoints.yml | 29 + vendor/twbs/bootstrap/site/data/browser-bugs.yml | 411 ++++++ .../twbs/bootstrap/site/data/browser-features.yml | 139 ++ vendor/twbs/bootstrap/site/data/colors.yml | 26 + vendor/twbs/bootstrap/site/data/core-team.yml | 32 + vendor/twbs/bootstrap/site/data/docs-versions.yml | 53 + vendor/twbs/bootstrap/site/data/examples.yml | 55 + vendor/twbs/bootstrap/site/data/grays.yml | 18 + vendor/twbs/bootstrap/site/data/sidebar.yml | 92 ++ vendor/twbs/bootstrap/site/data/theme-colors.yml | 16 + vendor/twbs/bootstrap/site/data/translations.yml | 34 + vendor/twbs/bootstrap/site/docs/4.5/about/brand.md | 78 -- .../twbs/bootstrap/site/docs/4.5/about/license.md | 34 - .../twbs/bootstrap/site/docs/4.5/about/overview.md | 27 - vendor/twbs/bootstrap/site/docs/4.5/about/team.md | 21 - .../bootstrap/site/docs/4.5/about/translations.md | 18 - .../docs/4.5/assets/brand/bootstrap-outline.svg | 5 - .../docs/4.5/assets/brand/bootstrap-punchout.svg | 5 - .../4.5/assets/brand/bootstrap-social-logo.png | Bin 23959 -> 0 bytes .../docs/4.5/assets/brand/bootstrap-social.png | Bin 231733 -> 0 bytes .../site/docs/4.5/assets/brand/bootstrap-solid.svg | 5 - .../site/docs/4.5/assets/css/docs.min.css | 8 - .../site/docs/4.5/assets/css/docs.min.css.map | 1 - .../site/docs/4.5/assets/img/bootstrap-icons.png | Bin 40798 -> 0 bytes .../docs/4.5/assets/img/bootstrap-icons@2x.png | Bin 125571 -> 0 bytes .../4.5/assets/img/bootstrap-themes-collage.png | Bin 74876 -> 0 bytes .../4.5/assets/img/bootstrap-themes-collage@2x.png | Bin 244640 -> 0 bytes .../site/docs/4.5/assets/img/bootstrap-themes.png | Bin 88695 -> 0 bytes .../docs/4.5/assets/img/bootstrap-themes@2x.png | Bin 278159 -> 0 bytes .../site/docs/4.5/assets/img/examples/album.png | Bin 21740 -> 0 bytes .../site/docs/4.5/assets/img/examples/album@2x.png | Bin 26370 -> 0 bytes .../site/docs/4.5/assets/img/examples/blog.png | Bin 32843 -> 0 bytes .../site/docs/4.5/assets/img/examples/blog@2x.png | Bin 36944 -> 0 bytes .../site/docs/4.5/assets/img/examples/carousel.png | Bin 21450 -> 0 bytes .../docs/4.5/assets/img/examples/carousel@2x.png | Bin 31465 -> 0 bytes .../site/docs/4.5/assets/img/examples/checkout.png | Bin 25151 -> 0 bytes .../docs/4.5/assets/img/examples/checkout@2x.png | Bin 28180 -> 0 bytes .../site/docs/4.5/assets/img/examples/cover.png | Bin 7240 -> 0 bytes .../site/docs/4.5/assets/img/examples/cover@2x.png | Bin 17953 -> 0 bytes .../docs/4.5/assets/img/examples/dashboard.png | Bin 24376 -> 0 bytes .../docs/4.5/assets/img/examples/dashboard@2x.png | Bin 26556 -> 0 bytes .../4.5/assets/img/examples/floating-labels.png | Bin 10516 -> 0 bytes .../4.5/assets/img/examples/floating-labels@2x.png | Bin 11053 -> 0 bytes .../site/docs/4.5/assets/img/examples/grid.png | Bin 37960 -> 0 bytes .../site/docs/4.5/assets/img/examples/grid@2x.png | Bin 34834 -> 0 bytes .../docs/4.5/assets/img/examples/jumbotron.png | Bin 31403 -> 0 bytes .../docs/4.5/assets/img/examples/jumbotron@2x.png | Bin 38408 -> 0 bytes .../docs/4.5/assets/img/examples/navbar-bottom.png | Bin 9774 -> 0 bytes .../4.5/assets/img/examples/navbar-bottom@2x.png | Bin 11316 -> 0 bytes .../docs/4.5/assets/img/examples/navbar-fixed.png | Bin 11569 -> 0 bytes .../4.5/assets/img/examples/navbar-fixed@2x.png | Bin 13616 -> 0 bytes .../docs/4.5/assets/img/examples/navbar-static.png | Bin 12523 -> 0 bytes .../4.5/assets/img/examples/navbar-static@2x.png | Bin 14893 -> 0 bytes .../site/docs/4.5/assets/img/examples/navbars.png | Bin 24748 -> 0 bytes .../docs/4.5/assets/img/examples/navbars@2x.png | Bin 27187 -> 0 bytes .../docs/4.5/assets/img/examples/offcanvas.png | Bin 20148 -> 0 bytes .../docs/4.5/assets/img/examples/offcanvas@2x.png | Bin 23975 -> 0 bytes .../site/docs/4.5/assets/img/examples/pricing.png | Bin 25033 -> 0 bytes .../docs/4.5/assets/img/examples/pricing@2x.png | Bin 29128 -> 0 bytes .../site/docs/4.5/assets/img/examples/product.png | Bin 24977 -> 0 bytes .../docs/4.5/assets/img/examples/product@2x.png | Bin 27953 -> 0 bytes .../site/docs/4.5/assets/img/examples/sign-in.png | Bin 5704 -> 0 bytes .../docs/4.5/assets/img/examples/sign-in@2x.png | Bin 5680 -> 0 bytes .../4.5/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.5/assets/img/examples/sticky-footer.png | Bin 8170 -> 0 bytes .../4.5/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.5/assets/img/favicons/apple-touch-icon.png | Bin 1738 -> 0 bytes .../docs/4.5/assets/img/favicons/browserconfig.xml | 11 - .../docs/4.5/assets/img/favicons/favicon-16x16.png | Bin 310 -> 0 bytes .../docs/4.5/assets/img/favicons/favicon-32x32.png | Bin 491 -> 0 bytes .../docs/4.5/assets/img/favicons/manifest.json | 22 - .../4.5/assets/img/favicons/mstile-144x144.png | Bin 1479 -> 0 bytes .../4.5/assets/img/favicons/mstile-150x150.png | Bin 1428 -> 0 bytes .../4.5/assets/img/favicons/mstile-310x150.png | Bin 1746 -> 0 bytes .../4.5/assets/img/favicons/mstile-310x310.png | Bin 3085 -> 0 bytes .../docs/4.5/assets/img/favicons/mstile-70x70.png | Bin 1104 -> 0 bytes .../4.5/assets/img/favicons/safari-pinned-tab.svg | 4 - .../bootstrap/site/docs/4.5/assets/js/docs.min.js | 22 - .../site/docs/4.5/assets/js/src/application.js | 112 -- .../assets/js/src/ie-emulation-modes-warning.js | 52 - .../site/docs/4.5/assets/js/src/search.js | 59 - .../site/docs/4.5/assets/js/vendor/anchor.min.js | 9 - .../assets/js/vendor/bs-custom-file-input.min.js | 7 - .../docs/4.5/assets/js/vendor/clipboard.min.js | 7 - .../docs/4.5/assets/js/vendor/jquery.slim.min.js | 2 - .../bootstrap/site/docs/4.5/assets/scss/_ads.scss | 39 - .../site/docs/4.5/assets/scss/_algolia.scss | 155 --- .../site/docs/4.5/assets/scss/_anchor.scss | 10 - .../site/docs/4.5/assets/scss/_brand.scss | 88 -- .../site/docs/4.5/assets/scss/_browser-bugs.scss | 12 - .../site/docs/4.5/assets/scss/_buttons.scss | 55 - .../site/docs/4.5/assets/scss/_callouts.scss | 40 - .../site/docs/4.5/assets/scss/_clipboard-js.scss | 36 - .../site/docs/4.5/assets/scss/_colors.scss | 17 - .../docs/4.5/assets/scss/_component-examples.scss | 378 ----- .../site/docs/4.5/assets/scss/_content.scss | 127 -- .../site/docs/4.5/assets/scss/_footer.scss | 40 - .../site/docs/4.5/assets/scss/_masthead.scss | 80 -- .../bootstrap/site/docs/4.5/assets/scss/_nav.scss | 71 - .../docs/4.5/assets/scss/_placeholder-img.scss | 15 - .../site/docs/4.5/assets/scss/_sidebar.scss | 161 --- .../site/docs/4.5/assets/scss/_skippy.scss | 20 - .../site/docs/4.5/assets/scss/_syntax.scss | 78 -- .../site/docs/4.5/assets/scss/_variables.scss | 15 - .../bootstrap/site/docs/4.5/assets/scss/docs.scss | 52 - .../twbs/bootstrap/site/docs/4.5/browser-bugs.md | 72 - .../bootstrap/site/docs/4.5/components/alerts.md | 118 -- .../bootstrap/site/docs/4.5/components/badge.md | 74 - .../site/docs/4.5/components/breadcrumb.md | 58 - .../site/docs/4.5/components/button-group.md | 207 --- .../bootstrap/site/docs/4.5/components/buttons.md | 167 --- .../bootstrap/site/docs/4.5/components/card.md | 875 ------------ .../bootstrap/site/docs/4.5/components/carousel.md | 370 ----- .../bootstrap/site/docs/4.5/components/collapse.md | 251 ---- .../site/docs/4.5/components/dropdowns.md | 915 ------------ .../bootstrap/site/docs/4.5/components/forms.md | 1457 -------------------- .../site/docs/4.5/components/input-group.md | 384 ------ .../site/docs/4.5/components/jumbotron.md | 31 - .../site/docs/4.5/components/list-group.md | 393 ------ .../site/docs/4.5/components/media-object.md | 144 -- .../bootstrap/site/docs/4.5/components/modal.md | 815 ----------- .../bootstrap/site/docs/4.5/components/navbar.md | 581 -------- .../bootstrap/site/docs/4.5/components/navs.md | 666 --------- .../site/docs/4.5/components/pagination.md | 174 --- .../bootstrap/site/docs/4.5/components/popovers.md | 409 ------ .../bootstrap/site/docs/4.5/components/progress.md | 146 -- .../site/docs/4.5/components/scrollspy.md | 345 ----- .../bootstrap/site/docs/4.5/components/spinners.md | 185 --- .../bootstrap/site/docs/4.5/components/toasts.md | 332 ----- .../bootstrap/site/docs/4.5/components/tooltips.md | 388 ------ .../twbs/bootstrap/site/docs/4.5/content/code.md | 55 - .../bootstrap/site/docs/4.5/content/figures.md | 28 - .../twbs/bootstrap/site/docs/4.5/content/images.md | 84 -- .../twbs/bootstrap/site/docs/4.5/content/reboot.md | 380 ----- .../twbs/bootstrap/site/docs/4.5/content/tables.md | 831 ----------- .../bootstrap/site/docs/4.5/content/typography.md | 301 ---- .../bootstrap/site/docs/4.5/examples/.stylelintrc | 15 - .../site/docs/4.5/examples/album/album.css | 33 - .../site/docs/4.5/examples/album/index.html | 207 --- .../bootstrap/site/docs/4.5/examples/blog/blog.css | 106 -- .../site/docs/4.5/examples/blog/index.html | 201 --- .../site/docs/4.5/examples/carousel/carousel.css | 90 -- .../site/docs/4.5/examples/carousel/index.html | 163 --- .../docs/4.5/examples/checkout/form-validation.css | 5 - .../docs/4.5/examples/checkout/form-validation.js | 21 - .../site/docs/4.5/examples/checkout/index.html | 223 --- .../site/docs/4.5/examples/cover/cover.css | 106 -- .../site/docs/4.5/examples/cover/index.html | 34 - .../site/docs/4.5/examples/dashboard/dashboard.css | 103 -- .../site/docs/4.5/examples/dashboard/dashboard.js | 53 - .../site/docs/4.5/examples/dashboard/index.html | 249 ---- .../examples/floating-labels/floating-labels.css | 123 -- .../docs/4.5/examples/floating-labels/index.html | 32 - .../bootstrap/site/docs/4.5/examples/grid/grid.css | 13 - .../site/docs/4.5/examples/grid/index.html | 138 -- .../bootstrap/site/docs/4.5/examples/index.html | 44 - .../site/docs/4.5/examples/jumbotron/index.html | 79 -- .../site/docs/4.5/examples/jumbotron/jumbotron.css | 4 - .../docs/4.5/examples/navbar-bottom/index.html | 39 - .../site/docs/4.5/examples/navbar-fixed/index.html | 37 - .../4.5/examples/navbar-fixed/navbar-top-fixed.css | 5 - .../docs/4.5/examples/navbar-static/index.html | 37 - .../docs/4.5/examples/navbar-static/navbar-top.css | 4 - .../site/docs/4.5/examples/navbars/index.html | 361 ----- .../site/docs/4.5/examples/navbars/navbar.css | 7 - .../site/docs/4.5/examples/offcanvas/index.html | 135 -- .../site/docs/4.5/examples/offcanvas/offcanvas.css | 76 - .../site/docs/4.5/examples/offcanvas/offcanvas.js | 7 - .../site/docs/4.5/examples/pricing/index.html | 110 -- .../site/docs/4.5/examples/pricing/pricing.css | 20 - .../site/docs/4.5/examples/product/index.html | 145 -- .../site/docs/4.5/examples/product/product.css | 74 - .../site/docs/4.5/examples/sign-in/index.html | 23 - .../site/docs/4.5/examples/sign-in/signin.css | 44 - .../docs/4.5/examples/starter-template/index.html | 47 - .../examples/starter-template/starter-template.css | 7 - .../4.5/examples/sticky-footer-navbar/index.html | 49 - .../sticky-footer-navbar/sticky-footer-navbar.css | 20 - .../docs/4.5/examples/sticky-footer/index.html | 23 - .../4.5/examples/sticky-footer/sticky-footer.css | 13 - .../site/docs/4.5/getting-started/accessibility.md | 57 - .../docs/4.5/getting-started/best-practices.md | 21 - .../docs/4.5/getting-started/browsers-devices.md | 192 --- .../site/docs/4.5/getting-started/build-tools.md | 58 - .../site/docs/4.5/getting-started/contents.md | 140 -- .../site/docs/4.5/getting-started/download.md | 115 -- .../site/docs/4.5/getting-started/introduction.md | 166 --- .../site/docs/4.5/getting-started/javascript.md | 211 --- .../site/docs/4.5/getting-started/theming.md | 488 ------- .../site/docs/4.5/getting-started/webpack.md | 93 -- vendor/twbs/bootstrap/site/docs/4.5/layout/grid.md | 904 ------------ .../bootstrap/site/docs/4.5/layout/overview.md | 275 ---- .../site/docs/4.5/layout/utilities-for-layout.md | 25 - vendor/twbs/bootstrap/site/docs/4.5/migration.md | 337 ----- .../bootstrap/site/docs/4.5/utilities/borders.md | 91 -- .../bootstrap/site/docs/4.5/utilities/clearfix.md | 38 - .../site/docs/4.5/utilities/close-icon.md | 15 - .../bootstrap/site/docs/4.5/utilities/colors.md | 58 - .../bootstrap/site/docs/4.5/utilities/display.md | 102 -- .../bootstrap/site/docs/4.5/utilities/embed.md | 61 - .../twbs/bootstrap/site/docs/4.5/utilities/flex.md | 570 -------- .../bootstrap/site/docs/4.5/utilities/float.md | 57 - .../site/docs/4.5/utilities/image-replacement.md | 36 - .../site/docs/4.5/utilities/interactions.md | 19 - .../bootstrap/site/docs/4.5/utilities/overflow.md | 24 - .../bootstrap/site/docs/4.5/utilities/position.md | 45 - .../site/docs/4.5/utilities/screen-readers.md | 25 - .../bootstrap/site/docs/4.5/utilities/shadows.md | 18 - .../bootstrap/site/docs/4.5/utilities/sizing.md | 56 - .../bootstrap/site/docs/4.5/utilities/spacing.md | 105 -- .../site/docs/4.5/utilities/stretched-link.md | 80 -- .../twbs/bootstrap/site/docs/4.5/utilities/text.md | 132 -- .../site/docs/4.5/utilities/vertical-align.md | 40 - .../site/docs/4.5/utilities/visibility.md | 34 - vendor/twbs/bootstrap/site/docs/versions.html | 30 - vendor/twbs/bootstrap/site/index.html | 124 -- .../twbs/bootstrap/site/layouts/_default/docs.html | 37 + .../bootstrap/site/layouts/_default/examples.html | 60 + .../bootstrap/site/layouts/_default/redirect.html | 11 + .../bootstrap/site/layouts/_default/single.html | 52 + vendor/twbs/bootstrap/site/layouts/alias.html | 11 + .../twbs/bootstrap/site/layouts/partials/ads.html | 1 + .../bootstrap/site/layouts/partials/analytics.html | 7 + .../bootstrap/site/layouts/partials/bugify.html | 40 + .../partials/callout-danger-async-methods.md | 5 + .../callout-info-mediaqueries-breakpoints.md | 1 + .../layouts/partials/callout-info-npm-starter.md | 1 + .../partials/callout-info-prefersreducedmotion.md | 1 + ...callout-warning-color-assistive-technologies.md | 3 + .../site/layouts/partials/docs-navbar.html | 72 + .../site/layouts/partials/docs-sidebar.html | 45 + .../bootstrap/site/layouts/partials/favicons.html | 9 + .../bootstrap/site/layouts/partials/footer.html | 12 + .../bootstrap/site/layouts/partials/header.html | 21 + .../layouts/partials/home/masthead-followup.html | 90 ++ .../site/layouts/partials/home/masthead.html | 23 + .../layouts/partials/icons/bootstrap-stack.svg | 1 + .../site/layouts/partials/icons/bootstrap.svg | 1 + .../site/layouts/partials/icons/circle-square.svg | 4 + .../site/layouts/partials/icons/cloud-fill.svg | 3 + .../bootstrap/site/layouts/partials/icons/code.svg | 3 + .../site/layouts/partials/icons/droplet-fill.svg | 3 + .../site/layouts/partials/icons/github.svg | 1 + .../bootstrap/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 + .../bootstrap/site/layouts/partials/scripts.html | 23 + .../bootstrap/site/layouts/partials/skippy.html | 8 + .../bootstrap/site/layouts/partials/social.html | 17 + .../site/layouts/partials/stylesheet.html | 25 + vendor/twbs/bootstrap/site/layouts/robots.txt | 12 + .../bootstrap/site/layouts/shortcodes/callout.html | 10 + .../bootstrap/site/layouts/shortcodes/docsref.html | 1 + .../bootstrap/site/layouts/shortcodes/example.html | 26 + .../site/layouts/shortcodes/markdown.html | 1 + .../bootstrap/site/layouts/shortcodes/param.html | 12 + .../bootstrap/site/layouts/shortcodes/partial.html | 1 + .../site/layouts/shortcodes/placeholder.html | 30 + .../bootstrap/site/layouts/shortcodes/year.html | 5 + vendor/twbs/bootstrap/site/layouts/sitemap.xml | 10 + vendor/twbs/bootstrap/site/robots.txt | 11 - vendor/twbs/bootstrap/site/static/CNAME | 1 + .../docs/4.6/assets/brand/bootstrap-outline.svg | 5 + .../docs/4.6/assets/brand/bootstrap-punchout.svg | 5 + .../4.6/assets/brand/bootstrap-social-logo.png | Bin 0 -> 23959 bytes .../docs/4.6/assets/brand/bootstrap-social.png | Bin 0 -> 231733 bytes .../docs/4.6/assets/brand/bootstrap-solid.svg | 5 + .../static/docs/4.6/assets/img/bootstrap-icons.png | Bin 0 -> 40798 bytes .../docs/4.6/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125571 bytes .../4.6/assets/img/bootstrap-themes-collage.png | Bin 0 -> 74876 bytes .../4.6/assets/img/bootstrap-themes-collage@2x.png | Bin 0 -> 244640 bytes .../docs/4.6/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../docs/4.6/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../static/docs/4.6/assets/img/examples/album.png | Bin 0 -> 21740 bytes .../docs/4.6/assets/img/examples/album@2x.png | Bin 0 -> 26370 bytes .../static/docs/4.6/assets/img/examples/blog.png | Bin 0 -> 32843 bytes .../docs/4.6/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/4.6/assets/img/examples/carousel.png | Bin 0 -> 21450 bytes .../docs/4.6/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../docs/4.6/assets/img/examples/checkout.png | Bin 0 -> 25151 bytes .../docs/4.6/assets/img/examples/checkout@2x.png | Bin 0 -> 28180 bytes .../static/docs/4.6/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/4.6/assets/img/examples/cover@2x.png | Bin 0 -> 17953 bytes .../docs/4.6/assets/img/examples/dashboard.png | Bin 0 -> 24376 bytes .../docs/4.6/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../4.6/assets/img/examples/floating-labels.png | Bin 0 -> 10516 bytes .../4.6/assets/img/examples/floating-labels@2x.png | Bin 0 -> 11053 bytes .../static/docs/4.6/assets/img/examples/grid.png | Bin 0 -> 37960 bytes .../docs/4.6/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../docs/4.6/assets/img/examples/jumbotron.png | Bin 0 -> 31403 bytes .../docs/4.6/assets/img/examples/jumbotron@2x.png | Bin 0 -> 38408 bytes .../docs/4.6/assets/img/examples/navbar-bottom.png | Bin 0 -> 9774 bytes .../4.6/assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11316 bytes .../docs/4.6/assets/img/examples/navbar-fixed.png | Bin 0 -> 11569 bytes .../4.6/assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 13616 bytes .../docs/4.6/assets/img/examples/navbar-static.png | Bin 0 -> 12523 bytes .../4.6/assets/img/examples/navbar-static@2x.png | Bin 0 -> 14893 bytes .../docs/4.6/assets/img/examples/navbars.png | Bin 0 -> 24748 bytes .../docs/4.6/assets/img/examples/navbars@2x.png | Bin 0 -> 27187 bytes .../docs/4.6/assets/img/examples/offcanvas.png | Bin 0 -> 20148 bytes .../docs/4.6/assets/img/examples/offcanvas@2x.png | Bin 0 -> 23975 bytes .../docs/4.6/assets/img/examples/pricing.png | Bin 0 -> 25033 bytes .../docs/4.6/assets/img/examples/pricing@2x.png | Bin 0 -> 29128 bytes .../docs/4.6/assets/img/examples/product.png | Bin 0 -> 24977 bytes .../docs/4.6/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/4.6/assets/img/examples/sign-in.png | Bin 0 -> 5704 bytes .../docs/4.6/assets/img/examples/sign-in@2x.png | Bin 0 -> 5680 bytes .../4.6/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.6/assets/img/examples/sticky-footer.png | Bin 0 -> 8170 bytes .../4.6/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.6/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 1738 bytes .../docs/4.6/assets/img/favicons/browserconfig.xml | 9 + .../docs/4.6/assets/img/favicons/favicon-16x16.png | Bin 0 -> 310 bytes .../docs/4.6/assets/img/favicons/favicon-32x32.png | Bin 0 -> 491 bytes .../docs/4.6/assets/img/favicons/manifest.json | 20 + .../4.6/assets/img/favicons/mstile-144x144.png | Bin 0 -> 1479 bytes .../4.6/assets/img/favicons/mstile-150x150.png | Bin 0 -> 1428 bytes .../4.6/assets/img/favicons/mstile-310x150.png | Bin 0 -> 1746 bytes .../4.6/assets/img/favicons/mstile-310x310.png | Bin 0 -> 3085 bytes .../docs/4.6/assets/img/favicons/mstile-70x70.png | Bin 0 -> 1104 bytes .../4.6/assets/img/favicons/safari-pinned-tab.svg | 4 + .../docs/4.6/assets/js/vendor/jquery.slim.min.js | 2 + vendor/twbs/bootstrap/site/static/sw.js | 27 + vendor/twbs/bootstrap/site/sw.js | 27 - 525 files changed, 22684 insertions(+), 22878 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/_data/breakpoints.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/browser-bugs.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/browser-features.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/colors.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/core-team.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/docs-versions.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/examples.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/grays.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/nav.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/theme-colors.yml delete mode 100644 vendor/twbs/bootstrap/site/_data/translations.yml delete mode 100644 vendor/twbs/bootstrap/site/_includes/ads.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/analytics.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/bugify.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/callout-danger-async-methods.md delete mode 100644 vendor/twbs/bootstrap/site/_includes/callout-info-mediaqueries-breakpoints.md delete mode 100644 vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md delete mode 100644 vendor/twbs/bootstrap/site/_includes/callout-warning-color-assistive-technologies.md delete mode 100644 vendor/twbs/bootstrap/site/_includes/callout.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/docs-navbar.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/docs-sidebar.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/example.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/favicons.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/footer.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/header.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/circle-square.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/cloud-fill.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/code.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/droplet-fill.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/github.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/menu.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/slack.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/icons/twitter.svg delete mode 100644 vendor/twbs/bootstrap/site/_includes/scripts.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/skippy.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/social.html delete mode 100644 vendor/twbs/bootstrap/site/_includes/stylesheet.html delete mode 100644 vendor/twbs/bootstrap/site/_layouts/default.html delete mode 100644 vendor/twbs/bootstrap/site/_layouts/docs.html delete mode 100644 vendor/twbs/bootstrap/site/_layouts/examples.html delete mode 100644 vendor/twbs/bootstrap/site/_layouts/simple.html create mode 100644 vendor/twbs/bootstrap/site/assets/js/application.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/ie-emulation-modes-warning.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/search.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/vendor/bs-custom-file-input.min.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/vendor/clipboard.min.js create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_ads.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_algolia.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_anchor.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_brand.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_browser-bugs.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_buttons.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_callouts.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_clipboard-js.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_colors.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_content.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_footer.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_masthead.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_nav.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_placeholder-img.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_sidebar.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_skippy.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_syntax.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_toc.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_variables.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/docs.scss create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/_index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/about/brand.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/about/license.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/about/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/about/team.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/about/translations.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/browser-bugs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/alerts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/badge.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/breadcrumb.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/button-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/buttons.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/card.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/carousel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/collapse.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/dropdowns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/forms.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/input-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/jumbotron.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/list-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/media-object.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/modal.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/navbar.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/pagination.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/popovers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/progress.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/scrollspy.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/spinners.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/toasts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/components/tooltips.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/code.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/figures.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/images.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/reboot.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/tables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/content/typography.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/.stylelintrc create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/_index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/album/album.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/album/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/blog/blog.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/blog/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/carousel/carousel.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/carousel/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/form-validation.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/form-validation.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/cover/cover.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/cover/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/dashboard.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/floating-labels/floating-labels.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/floating-labels/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/grid/grid.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/grid/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/jumbotron/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/jumbotron/jumbotron.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-bottom/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-fixed/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-static/navbar-top.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbars/navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/offcanvas.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/offcanvas.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/pricing/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/pricing/pricing.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/product/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/product/product.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sign-in/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sign-in/signin.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/starter-template/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/starter-template/starter-template.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/accessibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/best-practices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/browsers-devices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/build-tools.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/contents.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/download.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/introduction.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/javascript.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/theming.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/webpack.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/layout/grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/layout/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/layout/utilities-for-layout.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/migration.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/borders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/clearfix.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/close-icon.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/colors.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/display.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/embed.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/flex.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/float.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/image-replacement.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/interactions.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/overflow.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/screen-readers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/shadows.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/sizing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/spacing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/stretched-link.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/text.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/vertical-align.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/4.6/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/_index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/versions.md create mode 100644 vendor/twbs/bootstrap/site/data/breakpoints.yml create mode 100644 vendor/twbs/bootstrap/site/data/browser-bugs.yml create mode 100644 vendor/twbs/bootstrap/site/data/browser-features.yml create mode 100644 vendor/twbs/bootstrap/site/data/colors.yml create mode 100644 vendor/twbs/bootstrap/site/data/core-team.yml create mode 100644 vendor/twbs/bootstrap/site/data/docs-versions.yml create mode 100644 vendor/twbs/bootstrap/site/data/examples.yml create mode 100644 vendor/twbs/bootstrap/site/data/grays.yml create mode 100644 vendor/twbs/bootstrap/site/data/sidebar.yml create mode 100644 vendor/twbs/bootstrap/site/data/theme-colors.yml create mode 100644 vendor/twbs/bootstrap/site/data/translations.yml delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/about/brand.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/about/license.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/about/overview.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/about/team.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/about/translations.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/brand/bootstrap-outline.svg delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/brand/bootstrap-punchout.svg delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/brand/bootstrap-social-logo.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/brand/bootstrap-social.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/brand/bootstrap-solid.svg delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/css/docs.min.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/css/docs.min.css.map delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-icons.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-icons@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-themes-collage.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-themes-collage@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-themes.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/bootstrap-themes@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/album.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/album@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/blog.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/blog@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/carousel.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/carousel@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/checkout.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/checkout@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/cover.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/cover@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/dashboard.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/dashboard@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/floating-labels.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/floating-labels@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/grid.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/grid@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/jumbotron.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/jumbotron@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-bottom.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-bottom@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-fixed.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-fixed@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-static.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbar-static@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbars.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/navbars@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/offcanvas.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/offcanvas@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/pricing.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/pricing@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/product.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/product@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sign-in.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sign-in@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/starter-template.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/starter-template@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sticky-footer-navbar.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sticky-footer-navbar@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sticky-footer.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/examples/sticky-footer@2x.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/android-chrome-192x192.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/android-chrome-512x512.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/apple-touch-icon.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/browserconfig.xml delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/favicon-16x16.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/favicon-32x32.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/manifest.json delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/mstile-144x144.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/mstile-150x150.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/mstile-310x150.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/mstile-310x310.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/mstile-70x70.png delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/img/favicons/safari-pinned-tab.svg delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/docs.min.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/src/application.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/src/ie-emulation-modes-warning.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/src/search.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/vendor/anchor.min.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/vendor/bs-custom-file-input.min.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/vendor/clipboard.min.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/js/vendor/jquery.slim.min.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_ads.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_algolia.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_anchor.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_brand.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_browser-bugs.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_buttons.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_callouts.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_clipboard-js.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_colors.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_component-examples.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_content.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_footer.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_masthead.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_nav.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_placeholder-img.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_sidebar.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_skippy.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_syntax.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_variables.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/assets/scss/docs.scss delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/browser-bugs.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/alerts.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/badge.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/breadcrumb.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/button-group.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/buttons.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/card.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/carousel.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/collapse.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/dropdowns.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/forms.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/input-group.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/jumbotron.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/list-group.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/media-object.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/modal.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/navbar.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/navs.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/pagination.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/popovers.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/progress.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/scrollspy.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/spinners.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/toasts.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/components/tooltips.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/code.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/figures.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/images.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/tables.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/content/typography.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/.stylelintrc delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/album/album.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/album/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/blog/blog.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/blog/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/carousel/carousel.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/carousel/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/checkout/form-validation.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/checkout/form-validation.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/checkout/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/cover/cover.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/cover/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/dashboard/dashboard.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/dashboard/dashboard.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/dashboard/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/floating-labels/floating-labels.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/floating-labels/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/grid/grid.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/grid/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/jumbotron/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/jumbotron/jumbotron.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbar-bottom/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbar-fixed/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbar-fixed/navbar-top-fixed.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbar-static/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbar-static/navbar-top.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbars/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/navbars/navbar.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/offcanvas/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/offcanvas/offcanvas.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/offcanvas/offcanvas.js delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/pricing/pricing.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/product/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/product/product.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sign-in/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sign-in/signin.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/starter-template/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/starter-template/starter-template.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sticky-footer-navbar/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sticky-footer/index.html delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/examples/sticky-footer/sticky-footer.css delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/accessibility.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/best-practices.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/browsers-devices.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/build-tools.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/contents.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/download.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/introduction.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/javascript.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/theming.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/getting-started/webpack.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/layout/grid.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/layout/overview.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/layout/utilities-for-layout.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/migration.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/borders.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/clearfix.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/close-icon.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/colors.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/display.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/embed.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/flex.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/float.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/image-replacement.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/interactions.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/overflow.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/position.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/screen-readers.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/shadows.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/sizing.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/spacing.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/stretched-link.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/text.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/vertical-align.md delete mode 100644 vendor/twbs/bootstrap/site/docs/4.5/utilities/visibility.md delete mode 100644 vendor/twbs/bootstrap/site/docs/versions.html delete mode 100644 vendor/twbs/bootstrap/site/index.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/docs.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/examples.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/redirect.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/single.html create mode 100644 vendor/twbs/bootstrap/site/layouts/alias.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/ads.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/analytics.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/bugify.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-danger-async-methods.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-info-mediaqueries-breakpoints.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-info-npm-starter.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-info-prefersreducedmotion.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-warning-color-assistive-technologies.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/docs-sidebar.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/favicons.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/footer.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/header.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap-stack.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/circle-square.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/cloud-fill.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/code.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/droplet-fill.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/github.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/menu.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/opencollective.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/slack.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/twitter.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/scripts.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/skippy.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/social.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html create mode 100644 vendor/twbs/bootstrap/site/layouts/robots.txt create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/docsref.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/example.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/markdown.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/param.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/partial.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/placeholder.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/year.html create mode 100644 vendor/twbs/bootstrap/site/layouts/sitemap.xml delete mode 100644 vendor/twbs/bootstrap/site/robots.txt create mode 100644 vendor/twbs/bootstrap/site/static/CNAME create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-outline.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-punchout.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-social-logo.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-social.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-solid.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-icons.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-icons@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes-collage.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes-collage@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/album.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/album@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/blog.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/blog@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/carousel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/carousel@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/checkout.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/checkout@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/cover.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/cover@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/dashboard.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/dashboard@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/floating-labels.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/floating-labels@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/grid.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/grid@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/jumbotron.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/jumbotron@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-bottom.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-bottom@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-fixed.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-fixed@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-static.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-static@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/offcanvas.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/offcanvas@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/pricing.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/pricing@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/product.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/product@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sign-in.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sign-in@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/starter-template.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/starter-template@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/android-chrome-192x192.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/android-chrome-512x512.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/apple-touch-icon.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/browserconfig.xml create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/favicon-16x16.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/favicon-32x32.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/manifest.json create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-144x144.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-150x150.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-310x150.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-310x310.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-70x70.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/safari-pinned-tab.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/4.6/assets/js/vendor/jquery.slim.min.js create mode 100644 vendor/twbs/bootstrap/site/static/sw.js delete mode 100644 vendor/twbs/bootstrap/site/sw.js (limited to 'vendor/twbs/bootstrap/site') diff --git a/vendor/twbs/bootstrap/site/.eslintrc.json b/vendor/twbs/bootstrap/site/.eslintrc.json index e911d46b2..11fae1928 100644 --- a/vendor/twbs/bootstrap/site/.eslintrc.json +++ b/vendor/twbs/bootstrap/site/.eslintrc.json @@ -35,10 +35,10 @@ "unicorn/no-for-loop": "off", "unicorn/no-null": "off", "unicorn/prefer-array-find": "off", - "unicorn/prefer-dataset": "off", + "unicorn/prefer-dom-node-dataset": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-number-properties": "off", - "unicorn/prefer-node-append": "off", + "unicorn/prefer-dom-node-append": "off", "unicorn/prefer-query-selector": "off", "unicorn/prevent-abbreviations": "off" } diff --git a/vendor/twbs/bootstrap/site/_data/breakpoints.yml b/vendor/twbs/bootstrap/site/_data/breakpoints.yml deleted file mode 100644 index 3c8cfe293..000000000 --- a/vendor/twbs/bootstrap/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/vendor/twbs/bootstrap/site/_data/browser-bugs.yml b/vendor/twbs/bootstrap/site/_data/browser-bugs.yml deleted file mode 100644 index 7138c75b4..000000000 --- a/vendor/twbs/bootstrap/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/vendor/twbs/bootstrap/site/_includes/example.html b/vendor/twbs/bootstrap/site/_includes/example.html deleted file mode 100644 index dcd148b02..000000000 --- a/vendor/twbs/bootstrap/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/vendor/twbs/bootstrap/site/_includes/favicons.html b/vendor/twbs/bootstrap/site/_includes/favicons.html deleted file mode 100644 index 051259d99..000000000 --- a/vendor/twbs/bootstrap/site/_includes/favicons.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/vendor/twbs/bootstrap/site/_includes/footer.html b/vendor/twbs/bootstrap/site/_includes/footer.html deleted file mode 100644 index cb15d7739..000000000 --- a/vendor/twbs/bootstrap/site/_includes/footer.html +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/vendor/twbs/bootstrap/site/_includes/header.html b/vendor/twbs/bootstrap/site/_includes/header.html deleted file mode 100644 index 985918bd6..000000000 --- a/vendor/twbs/bootstrap/site/_includes/header.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - {%- if page.title -%} - {{ page.title | smartify }} · {{ site.title | smartify }} v{{ site.docs_version }} - {%- else -%} - {{ site.title | smartify }} · {{ site.description | smartify }} - {%- endif -%} - - - - -{% include stylesheet.html %} -{% include favicons.html %} -{% include social.html %} -{% include analytics.html %} diff --git a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg deleted file mode 100644 index 2e3abbfc4..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg +++ /dev/null @@ -1 +0,0 @@ -Bootstrap \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg deleted file mode 100644 index ec6da152f..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg +++ /dev/null @@ -1 +0,0 @@ -Bootstrap \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/circle-square.svg b/vendor/twbs/bootstrap/site/_includes/icons/circle-square.svg deleted file mode 100644 index 432a5ab98..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/circle-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/vendor/twbs/bootstrap/site/_includes/icons/cloud-fill.svg b/vendor/twbs/bootstrap/site/_includes/icons/cloud-fill.svg deleted file mode 100644 index 0116a0dcc..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/cloud-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/vendor/twbs/bootstrap/site/_includes/icons/code.svg b/vendor/twbs/bootstrap/site/_includes/icons/code.svg deleted file mode 100644 index 29756662a..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/vendor/twbs/bootstrap/site/_includes/icons/droplet-fill.svg b/vendor/twbs/bootstrap/site/_includes/icons/droplet-fill.svg deleted file mode 100644 index 41b7b58f2..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/droplet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/vendor/twbs/bootstrap/site/_includes/icons/github.svg b/vendor/twbs/bootstrap/site/_includes/icons/github.svg deleted file mode 100644 index 0243df5a2..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ -GitHub \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/menu.svg b/vendor/twbs/bootstrap/site/_includes/icons/menu.svg deleted file mode 100644 index f6c47035a..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/menu.svg +++ /dev/null @@ -1 +0,0 @@ -Menu \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg b/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg deleted file mode 100644 index 090d41dff..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg +++ /dev/null @@ -1 +0,0 @@ -Open Collective \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg b/vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg deleted file mode 100644 index 36883e82d..000000000 --- a/vendor/twbs/bootstrap/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/vendor/twbs/bootstrap/site/_includes/icons/slack.svg b/vendor/twbs/bootstrap/site/_includes/icons/slack.svg deleted file mode 100644 index d6ae455d8..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/slack.svg +++ /dev/null @@ -1 +0,0 @@ -Slack \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg b/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg deleted file mode 100644 index 7b838be58..000000000 --- a/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg +++ /dev/null @@ -1 +0,0 @@ -Twitter \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/scripts.html b/vendor/twbs/bootstrap/site/_includes/scripts.html deleted file mode 100644 index 2f90f1e5d..000000000 --- a/vendor/twbs/bootstrap/site/_includes/scripts.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - -{%- else -%} - -{%- endif -%} - -{%- if page.layout == "docs" -%} - -{%- endif -%} - -{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - -{%- else -%} - - - - - - -{%- endif -%} diff --git a/vendor/twbs/bootstrap/site/_includes/skippy.html b/vendor/twbs/bootstrap/site/_includes/skippy.html deleted file mode 100644 index 4fb12b8bd..000000000 --- a/vendor/twbs/bootstrap/site/_includes/skippy.html +++ /dev/null @@ -1,8 +0,0 @@ -
-
- Skip to main content - {%- if page.layout == "docs" -%} - Skip to docs navigation - {%- endif -%} -
-
diff --git a/vendor/twbs/bootstrap/site/_includes/social.html b/vendor/twbs/bootstrap/site/_includes/social.html deleted file mode 100644 index cf5be1270..000000000 --- a/vendor/twbs/bootstrap/site/_includes/social.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/vendor/twbs/bootstrap/site/_includes/stylesheet.html b/vendor/twbs/bootstrap/site/_includes/stylesheet.html deleted file mode 100644 index 2f7599e13..000000000 --- a/vendor/twbs/bootstrap/site/_includes/stylesheet.html +++ /dev/null @@ -1,16 +0,0 @@ - -{%- if jekyll.environment == "production" or jekyll.environment == "netlify" %} - -{% else %} - -{% endif -%} - -{%- if page.layout == "docs" or page.layout != "examples" -%} - -{% if page.layout == "docs" %} - -{% endif %} -{% if page.layout != "examples" %} - -{% endif %} -{%- endif -%} diff --git a/vendor/twbs/bootstrap/site/_layouts/default.html b/vendor/twbs/bootstrap/site/_layouts/default.html deleted file mode 100644 index 59f5c122b..000000000 --- a/vendor/twbs/bootstrap/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/vendor/twbs/bootstrap/site/_layouts/docs.html b/vendor/twbs/bootstrap/site/_layouts/docs.html deleted file mode 100644 index 10c9fcb0c..000000000 --- a/vendor/twbs/bootstrap/site/_layouts/docs.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - {% include header.html %} - - - {% include skippy.html %} - - {% include docs-navbar.html %} - -
-
-
- {% include docs-sidebar.html %} -
- - {% if page.toc %} - - {% endif %} - -
-
- View on GitHub -

{{ page.title | smartify }}

-
-

{{ page.description | smartify }}

- {% include ads.html %} - {{ content }} -
-
-
- - {% include scripts.html %} - - diff --git a/vendor/twbs/bootstrap/site/_layouts/examples.html b/vendor/twbs/bootstrap/site/_layouts/examples.html deleted file mode 100644 index 4ca4c5681..000000000 --- a/vendor/twbs/bootstrap/site/_layouts/examples.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - {{ page.title | smartify }} · {{ site.title | smartify }} - - - - {% include stylesheet.html %} - {% include favicons.html %} - - - - {%- for css in page.extra_css %} - - - {%- endfor %} - - - {{ content }} - - {%- if page.include_js != false -%} - - - - {%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - - {%- else -%} - - {%- endif -%} - - {%- for js in page.extra_js %} - - {%- endfor %} - {%- endif -%} - - diff --git a/vendor/twbs/bootstrap/site/_layouts/simple.html b/vendor/twbs/bootstrap/site/_layouts/simple.html deleted file mode 100644 index 833061b70..000000000 --- a/vendor/twbs/bootstrap/site/_layouts/simple.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default ---- - -
-
-

{{ page.title | smartify }}

-

{{ page.description | smartify }}

- {%- if page.title == "Examples" -%} - - {%- endif -%} -
- {% include ads.html %} -
- -
- {{ content }} -
diff --git a/vendor/twbs/bootstrap/site/assets/js/application.js b/vendor/twbs/bootstrap/site/assets/js/application.js new file mode 100644 index 000000000..d9f8d1a4a --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/js/application.js @@ -0,0 +1,117 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + +/*! + * JavaScript for Bootstrap's docs (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under the Creative Commons Attribution 3.0 Unported License. + * For details, see https://creativecommons.org/licenses/by/3.0/. + */ + +/* global ClipboardJS: false, anchors: false, bsCustomFileInput: false */ + +(function ($) { + 'use strict' + + $(function () { + // Tooltip and popover demos + $('.tooltip-demo').tooltip({ + selector: '[data-toggle="tooltip"]', + container: 'body' + }) + + $('[data-toggle="popover"]').popover() + + $('.bd-example .toast') + .toast({ + autohide: false + }) + .toast('show') + + // Live toast demo + $('#liveToastBtn').click(function () { + $('#liveToast').toast('show') + }) + + // Demos within modals + $('.tooltip-test').tooltip() + $('.popover-test').popover() + + // Indeterminate checkbox example + $('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true) + + // Disable empty links in docs examples + $('.bd-content [href="#"]').click(function (e) { + e.preventDefault() + }) + + // Modal relatedTarget demo + $('#exampleModal').on('show.bs.modal', function (event) { + var $button = $(event.relatedTarget) // Button that triggered the modal + var recipient = $button.data('whatever') // Extract info from data-* attributes + // If necessary, you could initiate an AJAX request here (and then do the updating in a callback). + // Update the modal's content. We'll use jQuery here, but you could use a data binding library or other methods instead. + var $modal = $(this) + $modal.find('.modal-title').text('New message to ' + recipient) + $modal.find('.modal-body input').val(recipient) + }) + + // Activate animated progress bar + $('.bd-toggle-animated-progress').on('click', function () { + $(this).siblings('.progress').find('.progress-bar-striped').toggleClass('progress-bar-animated') + }) + + // Insert copy to clipboard button before .highlight + $('div.highlight').each(function () { + var btnHtml = '
' + $(this).before(btnHtml) + $('.btn-clipboard') + .tooltip() + .on('mouseleave', function () { + // Explicitly hide tooltip, since after clicking it remains + // focused (as it's a button), so tooltip would otherwise + // remain visible until focus is moved away + $(this).tooltip('hide') + }) + }) + + var clipboard = new ClipboardJS('.btn-clipboard', { + target: function (trigger) { + return trigger.parentNode.nextElementSibling + } + }) + + clipboard.on('success', function (e) { + $(e.trigger) + .attr('title', 'Copied!') + .tooltip('_fixTitle') + .tooltip('show') + .attr('title', 'Copy to clipboard') + .tooltip('_fixTitle') + + e.clearSelection() + }) + + clipboard.on('error', function (e) { + var modifierKey = /mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-' + var fallbackMsg = 'Press ' + modifierKey + 'C to copy' + + $(e.trigger) + .attr('title', fallbackMsg) + .tooltip('_fixTitle') + .tooltip('show') + .attr('title', 'Copy to clipboard') + .tooltip('_fixTitle') + }) + + anchors.options = { + icon: '#' + } + anchors.add('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5') + $('.bd-content').children('h2, h3, h4, h5').wrapInner('') + + bsCustomFileInput.init() + }) +})(jQuery) diff --git a/vendor/twbs/bootstrap/site/assets/js/ie-emulation-modes-warning.js b/vendor/twbs/bootstrap/site/assets/js/ie-emulation-modes-warning.js new file mode 100644 index 000000000..d11ec1c5a --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/js/ie-emulation-modes-warning.js @@ -0,0 +1,52 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + +// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes. +(function () { + 'use strict' + + function emulatedIEMajorVersion() { + var groups = /MSIE ([\d.]+)/.exec(window.navigator.userAgent) + if (groups === null) { + return null + } + + var ieVersionNum = parseInt(groups[1], 10) + var ieMajorVersion = Math.floor(ieVersionNum) + return ieMajorVersion + } + + function actualNonEmulatedIEMajorVersion() { + // Detects the actual version of IE in use, even if it's in an older-IE emulation mode. + // IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx + // @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx + var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // eslint-disable-line no-new-func + if (typeof jscriptVersion === 'undefined') { + return 11 // IE11+ not in emulation mode + } + + if (jscriptVersion < 9) { + return 8 // IE8 (or lower; haven't tested on IE<8) + } + + return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode + } + + var ua = window.navigator.userAgent + if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) { + return // Opera, which might pretend to be IE + } + + var emulated = emulatedIEMajorVersion() + if (emulated === null) { + return // Not IE + } + + var nonEmulated = actualNonEmulatedIEMajorVersion() + + if (emulated !== nonEmulated) { + // eslint-disable-next-line no-alert + window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!') + } +})() diff --git a/vendor/twbs/bootstrap/site/assets/js/search.js b/vendor/twbs/bootstrap/site/assets/js/search.js new file mode 100644 index 000000000..724c6aa33 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/js/search.js @@ -0,0 +1,60 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + +(function () { + 'use strict' + + var inputElement = document.getElementById('search-input') + + if (!window.docsearch || !inputElement) { + return + } + + var siteDocsVersion = inputElement.getAttribute('data-docs-version') + + function getOrigin() { + var location = window.location + var origin = location.origin + + if (!origin) { + var port = location.port ? ':' + location.port : '' + + origin = location.protocol + '//' + location.hostname + port + } + + return origin + } + + window.docsearch({ + apiKey: '5990ad008512000bba2cf951ccf0332f', + indexName: 'bootstrap', + inputSelector: '#search-input', + algoliaOptions: { + facetFilters: ['version:' + siteDocsVersion] + }, + transformData: function (hits) { + return hits.map(function (hit) { + var currentUrl = getOrigin() + var liveUrl = 'https://getbootstrap.com/' + + hit.url = currentUrl.lastIndexOf(liveUrl, 0) === 0 ? + // On production, return the result as is + hit.url : + // On development or Netlify, replace `hit.url` with a trailing slash, + // so that the result link is relative to the server root + hit.url.replace(liveUrl, '/') + + // Prevent jumping to first header + if (hit.anchor === 'content') { + hit.url = hit.url.replace(/#content$/, '') + hit.anchor = null + } + + return hit + }) + }, + // Set debug to `true` if you want to inspect the dropdown + debug: false + }) +})() diff --git a/vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js b/vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js new file mode 100644 index 000000000..1216eeac2 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js @@ -0,0 +1,9 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +// +// AnchorJS - v4.3.0 - 2020-10-21 +// https://www.bryanbraun.com/anchorjs/ +// Copyright (c) 2020 Bryan Braun; Licensed MIT +// +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +!function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(this,function(){"use strict";return function(A){function d(A){A.icon=Object.prototype.hasOwnProperty.call(A,"icon")?A.icon:"",A.visible=Object.prototype.hasOwnProperty.call(A,"visible")?A.visible:"hover",A.placement=Object.prototype.hasOwnProperty.call(A,"placement")?A.placement:"right",A.ariaLabel=Object.prototype.hasOwnProperty.call(A,"ariaLabel")?A.ariaLabel:"Anchor",A.class=Object.prototype.hasOwnProperty.call(A,"class")?A.class:"",A.base=Object.prototype.hasOwnProperty.call(A,"base")?A.base:"",A.truncate=Object.prototype.hasOwnProperty.call(A,"truncate")?Math.floor(A.truncate):64,A.titleText=Object.prototype.hasOwnProperty.call(A,"titleText")?A.titleText:""}function f(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new TypeError("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}this.options=A||{},this.elements=[],d(this.options),this.isTouchDevice=function(){return Boolean("ontouchstart"in window||window.TouchEvent||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(A){var e,t,o,n,i,s,a,r,c,l,h,u,p=[];if(d(this.options),"touch"===(h=this.options.visible)&&(h=this.isTouchDevice()?"always":"hover"),0===(e=f(A=A||"h2, h3, h4, h5, h6")).length)return this;for(!function(){if(null!==document.head.querySelector("style.anchorjs"))return;var A,e=document.createElement("style");e.className="anchorjs",e.appendChild(document.createTextNode("")),void 0===(A=document.head.querySelector('[rel="stylesheet"],style'))?document.head.appendChild(e):document.head.insertBefore(e,A);e.sheet.insertRule(".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",e.sheet.cssRules.length),e.sheet.insertRule(":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",e.sheet.cssRules.length),e.sheet.insertRule("[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",e.sheet.cssRules.length),e.sheet.insertRule('@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',e.sheet.cssRules.length)}(),t=document.querySelectorAll("[id]"),o=[].map.call(t,function(A){return A.id}),i=0;i\]./()*\\\n\t\b\v\u00A0]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&-1<(" "+A.firstChild.className+" ").indexOf(" anchorjs-link "),t=A.lastChild&&-1<(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ");return e||t||!1}}}); +// @license-end \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/assets/js/vendor/bs-custom-file-input.min.js b/vendor/twbs/bootstrap/site/assets/js/vendor/bs-custom-file-input.min.js new file mode 100644 index 000000000..0815f3768 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/js/vendor/bs-custom-file-input.min.js @@ -0,0 +1,7 @@ +/*! + * bsCustomFileInput v1.3.4 (https://github.com/Johann-S/bs-custom-file-input) + * Copyright 2018 - 2020 Johann-S + * Licensed under MIT (https://github.com/Johann-S/bs-custom-file-input/blob/master/LICENSE) + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).bsCustomFileInput=t()}(this,function(){"use strict";var s={CUSTOMFILE:'.custom-file input[type="file"]',CUSTOMFILELABEL:".custom-file-label",FORM:"form",INPUT:"input"},l=function(e){if(0 &, + &:hover, + &:active { + color: $bd-purple-bright; + background-color: $white; + border-color: $bd-purple-bright; + } + + &:focus { + box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_callouts.scss b/vendor/twbs/bootstrap/site/assets/scss/_callouts.scss new file mode 100644 index 000000000..6b9735949 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_callouts.scss @@ -0,0 +1,40 @@ +// +// Callouts +// + +.bd-callout { + padding: 1.25rem; + margin-top: 1.25rem; + margin-bottom: 1.25rem; + border: 1px solid #eee; + border-left-width: .25rem; + @include border-radius(); + + h4 { + margin-top: 0; + margin-bottom: .25rem; + } + + p:last-child { + margin-bottom: 0; + } + + code { + @include border-radius(); + } + + + .bd-callout { + margin-top: -.25rem; + } +} + +// Variations +@mixin bs-callout-variant($color) { + border-left-color: $color; + + h4 { color: $color; } +} + +.bd-callout-info { @include bs-callout-variant($bd-info); } +.bd-callout-warning { @include bs-callout-variant($bd-warning); } +.bd-callout-danger { @include bs-callout-variant($bd-danger); } diff --git a/vendor/twbs/bootstrap/site/assets/scss/_clipboard-js.scss b/vendor/twbs/bootstrap/site/assets/scss/_clipboard-js.scss new file mode 100644 index 000000000..3fcb9c9c0 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_clipboard-js.scss @@ -0,0 +1,37 @@ +// clipboard.js +// +// JS-based `Copy` buttons for code snippets. + +.bd-clipboard { + position: relative; + display: none; + float: right; + + + .highlight { + margin-top: 0; + } + + @include media-breakpoint-up(md) { + display: block; + } +} + +.btn-clipboard { + position: absolute; + top: .65rem; + right: .65rem; + z-index: 10; + display: block; + padding: .25rem .5rem; + @include font-size(65%); + color: $primary; + background-color: $white; + border: 1px solid; + @include border-radius(); + + &:hover, + &:focus { + color: $white; + background-color: $primary; + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_colors.scss b/vendor/twbs/bootstrap/site/assets/scss/_colors.scss new file mode 100644 index 000000000..10ad8efdb --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_colors.scss @@ -0,0 +1,17 @@ +// +// Docs color palette classes +// + +@each $color, $value in $colors { + .swatch-#{$color} { + color: color-yiq($value); + background-color: #{$value}; + } +} + +@each $color, $value in $grays { + .swatch-#{$color} { + color: color-yiq($value); + background-color: #{$value}; + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss b/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss new file mode 100644 index 000000000..89c52208f --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss @@ -0,0 +1,374 @@ +// stylelint-disable no-duplicate-selectors, selector-no-qualifying-type + +// +// Grid examples +// + +.bd-example-row { + .row { + > .col, + > [class^="col-"] { + padding-top: .75rem; + padding-bottom: .75rem; + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); + } + } + + .row + .row { + margin-top: 1rem; + } + + .flex-items-top, + .flex-items-middle, + .flex-items-bottom { + min-height: 6rem; + background-color: rgba(255, 0, 0, .1); + } +} + +.bd-example-row-flex-cols .row { + min-height: 10rem; + background-color: rgba(255, 0, 0, .1); +} + +.bd-highlight { + background-color: rgba($bd-purple, .15); + border: 1px solid rgba($bd-purple, .15); +} + +.bd-example-responsive-containers { + [class^="container"] { + padding-top: .75rem; + padding-bottom: .75rem; + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); + } +} + +// Grid mixins +.example-container { + width: 800px; + @include make-container(); +} + +.example-row { + @include make-row(); +} + +.example-content-main { + @include make-col-ready(); + + @include media-breakpoint-up(sm) { + @include make-col(6); + } + + @include media-breakpoint-up(lg) { + @include make-col(8); + } +} + +.example-content-secondary { + @include make-col-ready(); + + @include media-breakpoint-up(sm) { + @include make-col(6); + } + + @include media-breakpoint-up(lg) { + @include make-col(4); + } +} + + +// +// Docs examples +// + +.bd-example { + position: relative; + padding: 1rem; + margin: 1rem (-$grid-gutter-width / 2) 0; + border: solid $gray-100; + border-width: .2rem 0 0; + @include clearfix(); + + @include media-breakpoint-up(sm) { + padding: 1.5rem; + margin-right: 0; + margin-left: 0; + border-width: .2rem; + } + + + .highlight, + + .clipboard + .highlight { + margin-top: 0; + } + + + p { + margin-top: 2rem; + } + + .custom-file-input:lang(es) ~ .custom-file-label::after { + content: "Elegir"; + } + + > .form-control { + + .form-control { + margin-top: .5rem; + } + } + + > .nav + .nav, + > .alert + .alert, + > .navbar + .navbar, + > .progress + .progress, + > .progress + .btn { + margin-top: 1rem; + } + + > .dropdown-menu:first-child { + position: static; + display: block; + } + + > .form-group:last-child { + margin-bottom: 0; + } + + > .close { + float: none; + } +} + +// Typography +.bd-example-type { + .table { + td { + padding: 1rem 0; + border-color: #eee; + } + tr:first-child td { + border-top: 0; + } + } + + h1, + h2, + h3, + h4, + h5, + h6 { + margin-top: 0; + margin-bottom: 0; + } +} + +// Contextual background colors +.bd-example-bg-classes p { + padding: 1rem; +} + +// Images +.bd-example { + > svg + svg, + > img + img { + margin-left: .5rem; + } +} + +// Buttons +.bd-example { + > .btn, + > .btn-group { + margin-top: .25rem; + margin-bottom: .25rem; + } + > .btn-toolbar + .btn-toolbar { + margin-top: .5rem; + } +} + +// Forms +.bd-example-control-sizing select, +.bd-example-control-sizing input[type="text"] + input[type="text"] { + margin-top: .5rem; +} +.bd-example-form .input-group { + margin-bottom: .5rem; +} +.bd-example > textarea.form-control { + resize: vertical; +} + +// List groups +.bd-example > .list-group { + max-width: 400px; +} +.bd-example > [class*="list-group-horizontal"] { + max-width: 100%; +} + +// Navbars +.bd-example { + .fixed-top, + .sticky-top { + position: static; + margin: -1rem -1rem 1rem; + } + .fixed-bottom { + position: static; + margin: 1rem -1rem -1rem; + } + + @include media-breakpoint-up(sm) { + .fixed-top, + .sticky-top { + margin: -1.5rem -1.5rem 1rem; + } + .fixed-bottom { + margin: 1rem -1.5rem -1.5rem; + } + } +} + +// Pagination +.bd-example .pagination { + margin-top: .5rem; + margin-bottom: .5rem; +} + +// Example modals +.modal { + z-index: 1072; + + .tooltip, + .popover { + z-index: 1073; + } +} + +.modal-backdrop { + z-index: 1071; +} + +.bd-example-modal { + background-color: #fafafa; + + .modal { + position: relative; + top: auto; + right: auto; + bottom: auto; + left: auto; + z-index: 1; + display: block; + } + + .modal-dialog { + left: auto; + margin-right: auto; + margin-left: auto; + } +} + +// Example tabbable tabs +.bd-example-tabs .nav-tabs { + margin-bottom: 1rem; +} + +// Popovers +.bd-example-popover-static { + padding-bottom: 1.5rem; + background-color: #f9f9f9; + + .popover { + position: relative; + display: block; + float: left; + width: 260px; + margin: 1.25rem; + } +} + +// Tooltips +.tooltip-demo a { + white-space: nowrap; +} + +.bd-example-tooltip-static .tooltip { + position: relative; + display: inline-block; + margin: 10px 20px; + opacity: 1; +} + +// Scrollspy demo on fixed height div +.scrollspy-example { + position: relative; + height: 200px; + margin-top: .5rem; + overflow: auto; +} + +.scrollspy-example-2 { + position: relative; + height: 350px; + overflow: auto; +} + +.bd-example-border-utils { + [class^="border"] { + display: inline-block; + width: 5rem; + height: 5rem; + margin: .25rem; + background-color: #f5f5f5; + } +} + +.bd-example-border-utils-0 { + [class^="border"] { + border: 1px solid $border-color; + } +} + +// +// Code snippets +// + +.highlight { + padding: 1rem; + margin-top: 1rem; + margin-bottom: 1rem; + background-color: $gray-100; + -ms-overflow-style: -ms-autohiding-scrollbar; + + @include media-breakpoint-up(sm) { + padding: 1.5rem; + } +} + +.bd-content .highlight { + margin-right: (-$grid-gutter-width / 2); + margin-left: (-$grid-gutter-width / 2); + + @include media-breakpoint-up(sm) { + margin-right: 0; + margin-left: 0; + } +} + +.highlight { + pre { + padding: 0; + margin-top: .65rem; + margin-bottom: .65rem; + background-color: transparent; + border: 0; + } + pre code { + @include font-size(inherit); + color: $gray-900; // Effectively the base text color + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_content.scss b/vendor/twbs/bootstrap/site/assets/scss/_content.scss new file mode 100644 index 000000000..030a1a256 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_content.scss @@ -0,0 +1,127 @@ +// stylelint-disable no-duplicate-selectors, selector-max-combinators, selector-max-compound-selectors, selector-max-type, selector-no-qualifying-type + +// +// Automatically style Markdown-based tables like a Bootstrap `.table`. +// + +.bd-content { + order: 1; + + // Hack the sticky header + > h2[id], + > h3[id], + > h4[id] { + pointer-events: none; + + &::before { + display: block; + height: 6rem; + margin-top: -6rem; + content: ""; + } + } + + > table { + width: 100%; + max-width: 100%; + margin-bottom: 1rem; + + @include media-breakpoint-down(md) { + display: block; + overflow-x: auto; + + &.table-bordered { + border: 0; + } + } + + // Cells + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + padding: $table-cell-padding; + vertical-align: top; + border: 1px solid $table-border-color; + + > p:last-child { + margin-bottom: 0; + } + } + } + } + + // Prevent breaking of code (e.g., Grunt tasks list) + td:first-child > code { + white-space: nowrap; + } + } +} + +.bd-content-title { + display: block; + pointer-events: auto; +} + +// +// Docs sections +// + +.bd-content { + > h2 { + @include font-size($h2-font-size); + } + + > h3 { + @include font-size($h3-font-size); + } + + > h4 { + @include font-size($h4-font-size); + } + + > h2:not(:first-child) { + margin-top: 3rem; + } + + > h3 { + margin-top: 1.5rem; + } + + > ul li, + > ol li { + margin-bottom: .25rem; + } + + @include media-breakpoint-up(lg) { + > ul, + > ol, + > p { + max-width: 80%; + } + } +} + +.bd-title { + margin-top: 1rem; + margin-bottom: .5rem; + @include font-size(3rem); +} + +.bd-lead { + @include font-size(1.5rem); + font-weight: 300; + + @include media-breakpoint-up(lg) { + max-width: 80%; + } +} + +.bd-text-purple { color: $bd-purple; } +.bd-text-purple-bright { color: $bd-purple-bright; } + +.bd-bg-purple-bright { + background-color: $bd-purple-bright; +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_footer.scss b/vendor/twbs/bootstrap/site/assets/scss/_footer.scss new file mode 100644 index 000000000..29d31df3a --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_footer.scss @@ -0,0 +1,40 @@ +// +// Footer +// + +.bd-footer { + @include font-size(.875rem); + text-align: center; + background-color: #f7f7f7; + + a { + font-weight: 600; + color: $gray-700; + + &:hover, + &:focus { + color: $link-color; + } + } + + p { + margin-bottom: 0; + } + + @include media-breakpoint-up(sm) { + text-align: left; + } +} + +.bd-footer-links { + padding-left: 0; + margin-bottom: 1rem; + + li { + display: inline-block; + + + li { + margin-left: 1rem; + } + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_masthead.scss b/vendor/twbs/bootstrap/site/assets/scss/_masthead.scss new file mode 100644 index 000000000..6a13562e3 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_masthead.scss @@ -0,0 +1,74 @@ +// stylelint-disable declaration-no-important + +.bd-masthead { + position: relative; + padding: 3rem ($grid-gutter-width / 2); + background: linear-gradient(to right bottom, lighten($bd-purple-light, 16%) 50%, #fff 50%); + + h1 { + @include font-size(4rem); + line-height: 1; + } + + .lead { + @include font-size(1.5rem); + font-weight: 400; + color: $gray-700; + } + + .btn { + padding: .8rem 2rem; + font-weight: 600; + @include font-size(1.25rem); + } + + .carbonad { + margin-top: 0 !important; + margin-bottom: -3rem !important; + } + + @include media-breakpoint-up(sm) { + padding-top: 5rem; + padding-bottom: 5rem; + + .carbonad { + margin-bottom: 0 !important; + } + } + + @include media-breakpoint-up(md) { + .carbonad { + margin-top: 3rem !important; + } + } +} + +.masthead-followup { + h2 { + @include font-size(2.5rem); + } + + .highlight { + @include border-radius(.5rem); + + pre::-webkit-scrollbar { + display: none; + } + + pre code { + display: inline-block; + white-space: pre; + } + } +} + +.masthead-followup-icon { + padding: .75rem; + background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .01)); + @include border-radius(.75rem); + box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1); +} + +.masthead-followup-svg { + filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .125)); +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_nav.scss b/vendor/twbs/bootstrap/site/assets/scss/_nav.scss new file mode 100644 index 000000000..d8d24b723 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_nav.scss @@ -0,0 +1,71 @@ +// +// Main navbar +// + +.bd-navbar { + min-height: 4rem; + background-color: $bd-purple-bright; + box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1); + + @include media-breakpoint-down(md) { + padding-right: .5rem; + padding-left: .5rem; + + .navbar-nav-scroll { + max-width: 100%; + height: 2.5rem; + margin-top: .25rem; + overflow: hidden; + + .navbar-nav { + padding-bottom: 2rem; + overflow-x: auto; + white-space: nowrap; + -webkit-overflow-scrolling: touch; + } + } + } + + @include media-breakpoint-up(md) { + @supports (position: sticky) { + position: sticky; + top: 0; + z-index: 1071; // over everything in bootstrap + } + } + + .navbar-nav { + .nav-link { + padding-right: .5rem; + padding-left: .5rem; + color: rgba($white, .85); + + &.active, + &:hover { + color: $white; + background-color: transparent; + } + + &.active { + font-weight: 600; + } + } + } + + .navbar-nav-svg { + display: inline-block; + width: 1rem; + height: 1rem; + vertical-align: text-top; + } + + .dropdown-menu { + @include font-size(.875rem); + } + + .dropdown-item.active { + font-weight: 600; + color: $gray-900; + background: escape-svg($dropdown-active-icon) no-repeat .4rem .6rem/.75rem .75rem; + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_placeholder-img.scss b/vendor/twbs/bootstrap/site/assets/scss/_placeholder-img.scss new file mode 100644 index 000000000..90a29544e --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_placeholder-img.scss @@ -0,0 +1,15 @@ +// +// Placeholder svg used in the docs. +// + +// Remember to update `site/_layouts/examples.html` too if this changes! + +.bd-placeholder-img { + @include font-size(1.125rem); + text-anchor: middle; + user-select: none; +} + +.bd-placeholder-img-lg { + @include font-size(3.5rem); +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_sidebar.scss b/vendor/twbs/bootstrap/site/assets/scss/_sidebar.scss new file mode 100644 index 000000000..7c350f8e3 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_sidebar.scss @@ -0,0 +1,112 @@ +// +// Left side navigation +// + +.bd-sidebar { + order: 0; + // background-color: #f5f2f9; + border-bottom: 1px solid rgba(0, 0, 0, .1); + + @include media-breakpoint-up(md) { + @supports (position: sticky) { + position: sticky; + top: 4rem; + z-index: 1000; + height: subtract(100vh, 4rem); + } + border-right: 1px solid rgba(0, 0, 0, .1); + } + + @include media-breakpoint-up(xl) { + flex: 0 1 320px; + } +} + +.bd-links { + width: 100%; + padding-top: 1rem; + padding-bottom: 1rem; + border-top: 1px solid rgba(0, 0, 0, .05); + + @include media-breakpoint-up(md) { + @supports (position: sticky) { + max-height: subtract(100vh, 9rem); + overflow-y: auto; + } + } +} + +.bd-search { + position: relative; // To contain the Algolia search + padding: 1rem 15px; + margin-right: -15px; + margin-left: -15px; + + .form-control:focus { + border-color: $bd-purple-bright; + box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25); + } +} + +.bd-search-docs-toggle { + color: $gray-900; +} + +.bd-sidenav { + display: none; +} + +.bd-toc-link { + display: block; + padding: .25rem 1.5rem; + font-weight: 600; + color: rgba(0, 0, 0, .65); + + &:hover { + color: rgba(0, 0, 0, .85); + text-decoration: none; + } +} + +.bd-toc-item { + &.active { + margin-bottom: 1rem; + + &:not(:first-child) { + margin-top: 1rem; + } + + > .bd-toc-link { + color: rgba(0, 0, 0, .85); + + &:hover { + background-color: transparent; + } + } + + > .bd-sidenav { + display: block; + } + } +} + +// All levels of nav +.bd-sidebar .nav > li > a { + display: block; + padding: .25rem 1.5rem; + @include font-size(90%); + color: rgba(0, 0, 0, .65); +} + +.bd-sidebar .nav > li > a:hover { + color: rgba(0, 0, 0, .85); + text-decoration: none; + background-color: transparent; +} + +.bd-sidebar .nav > .active > a, +.bd-sidebar .nav > .active:hover > a { + font-weight: 600; + color: rgba(0, 0, 0, .85); + background-color: transparent; +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss b/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss new file mode 100644 index 000000000..894db70db --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss @@ -0,0 +1,20 @@ +// stylelint-disable declaration-no-important + +.skippy { + background-color: $bd-purple; + + a { + color: $white; + } + + &:focus-within a { + position: static !important; + width: auto !important; + height: auto !important; + padding: $spacer / 2 !important; + margin: $spacer / 4 !important; + overflow: visible !important; + clip: auto !important; + white-space: normal !important; + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_syntax.scss b/vendor/twbs/bootstrap/site/assets/scss/_syntax.scss new file mode 100644 index 000000000..8120bbef2 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_syntax.scss @@ -0,0 +1,102 @@ +// stylelint-disable comment-empty-line-before, declaration-block-single-line-max-declarations, selector-class-pattern + +/* Background .chroma { background-color: #f0f0f0; } */ +/* Other .chroma .x { } */ +/* Error .chroma .err { } */ +/* LineTableTD .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } */ +/* LineTable .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } */ +/* LineHighlight .chroma .hl { display: block; width: 100%; background-color: #ffffcc; } */ +/* LineNumbersTable .chroma .lnt { margin-right: .4em; padding: 0 .4em; } */ +/* LineNumbers .chroma .ln { margin-right: .4em; padding: 0 .4em; } */ + +/* Comment */ .chroma .c { color: #727272; } +/* CommentHashbang */ .chroma .ch { font-style: italic; color: #60a0b0; } +/* CommentMultiline */ .chroma .cm { color: #727272; } +/* CommentPreproc */ .chroma .cp { color: #008085; } +/* CommentPreprocFile */ .chroma .cpf { color: #007020; } +/* CommentSingle */ .chroma .c1 { color: #727272; } +/* CommentSpecial */ .chroma .cs { color: #727272; } +/* Generic .chroma .g { } */ +/* GenericDeleted */ .chroma .gd { background-color: #fcc; border: 1px solid #c00; } +/* GenericEmph */ .chroma .ge { font-style: italic; } +/* GenericError */ .chroma .gr { color: #f00; } +/* GenericHeading */ .chroma .gh { color: #030; } +/* GenericInserted */ .chroma .gi { background-color: #cfc; border: 1px solid #0c0; } +/* GenericOutput */ .chroma .go { color: #aaa; } +/* GenericPrompt */ .chroma .gp { color: #009; } +/* GenericStrong */ .chroma .gs { font-weight: 700; } +/* GenericSubheading */ .chroma .gu { color: #030; } +/* GenericTraceback */ .chroma .gt { color: #9c6; } +/* GenericUnderline */ .chroma .gl { text-decoration: underline; } +/* Keyword */ .chroma .k { color: #069; } +/* KeywordConstant */ .chroma .kc { color: #069; } +/* KeywordDeclaration */ .chroma .kd { color: #069; } +/* KeywordNamespace */ .chroma .kn { color: #069; } +/* KeywordPseudo */ .chroma .kp { color: #069; } +/* KeywordReserved */ .chroma .kr { color: #069; } +/* KeywordType */ .chroma .kt { color: #078; } +/* Literal .chroma .l { } */ +/* LiteralDate .chroma .ld { color: #c24f19 } */ +/* LiteralNumber */ .chroma .m { color: #c24f19; } +/* LiteralNumberBin */ .chroma .mb { color: #40a070; } +/* LiteralNumberFloat */ .chroma .mf { color: #c24f19; } +/* LiteralNumberHex */ .chroma .mh { color: #c24f19; } +/* LiteralNumberInteger */ .chroma .mi { color: #c24f19; } +/* LiteralNumberIntegerLong */ .chroma .il { color: #c24f19; } +/* LiteralNumberOct */ .chroma .mo { color: #c24f19; } +/* LiteralString */ .chroma .s { color: #d73038; } +/* LiteralStringAffix */ .chroma .sa { color: #4070a0; } +/* LiteralStringBacktick */ .chroma .sb { color: #c30; } +/* LiteralStringChar */ .chroma .sc { color: #c30; } +/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0; } +/* LiteralStringDoc */ .chroma .sd { font-style: italic; color: #c30; } +/* LiteralStringDouble */ .chroma .s2 { color: #c30; } +/* LiteralStringEscape */ .chroma .se { color: #c30; } +/* LiteralStringHeredoc */ .chroma .sh { color: #c30; } +/* LiteralStringInterpol */ .chroma .si { color: #a00; } +/* LiteralStringOther */ .chroma .sx { color: #c30; } +/* LiteralStringRegex */ .chroma .sr { color: #337e7e; } +/* LiteralStringSingle */ .chroma .s1 { color: #c30; } +/* LiteralStringSymbol */ .chroma .ss { color: #fc3; } +/* Name .chroma .n { } */ +/* NameAttribute */ .chroma .na { color: #006ee0; } +/* NameBuiltin */ .chroma .nb { color: #366; } +/* NameBuiltinPseudo .chroma .bp { } */ +/* NameClass */ .chroma .nc { color: #168174; } +/* NameConstant */ .chroma .no { color: #360; } +/* NameDecorator */ .chroma .nd { color: #6b62de; } +/* NameEntity */ .chroma .ni { color: #727272; } +/* NameException */ .chroma .ne { color: #c00; } +/* NameFunction */ .chroma .nf { color: #b715f4; } +/* NameFunctionMagic .chroma .fm { } */ +/* NameLabel */ .chroma .nl { color: #6b62de; } +/* NameNamespace */ .chroma .nn { color: #007ca5; } +/* NameOther .chroma .nx { } */ +/* NameProperty .chroma .py { } */ +/* NameTag */ .chroma .nt { color: #2f6f9f; } +/* NameVariable */ .chroma .nv { color: #033; } +/* NameVariableClass .chroma .vc { } */ +/* NameVariableGlobal .chroma .vg { } */ +/* NameVariableInstance .chroma .vi { } */ +/* NameVariableMagic .chroma .vm { } */ +/* Operator */ .chroma .o { color: #555; } +/* OperatorWord */ .chroma .ow { color: #000; } +/* Punctuation .chroma .p { } */ +/* TextWhitespace */ .chroma .w { color: #bbb; } + +.chroma { + .language-bash, + .language-sh { + &::before { + color: #009; + content: "$ "; + user-select: none; + } + } + + .language-powershell::before { + color: #009; + content: "PM> "; + user-select: none; + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_toc.scss b/vendor/twbs/bootstrap/site/assets/scss/_toc.scss new file mode 100644 index 000000000..23d843a9b --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_toc.scss @@ -0,0 +1,54 @@ +// stylelint-disable selector-max-combinators, selector-max-type, selector-max-compound-selectors + +// +// Right side table of contents +// + +.bd-toc { + @supports (position: sticky) { + position: sticky; + top: 4rem; + height: subtract(100vh, 4rem); + overflow-y: auto; + } + order: 2; + padding-top: 1.5rem; + padding-bottom: 1.5rem; + @include font-size(.875rem); + + nav { + padding-left: 0; + border-left: 1px solid #eee; + + ul { + padding-left: 0; + + ul { + padding-left: 1rem; + } + } + + a code { + font: inherit; + } + + li { + display: block; + + ul li ul { + padding-left: 1rem; + } + + a { + display: block; + padding: .125rem 1.5rem; + color: #77757a; + + &:hover { + color: $blue; + text-decoration: none; + } + } + } + } +} diff --git a/vendor/twbs/bootstrap/site/assets/scss/_variables.scss b/vendor/twbs/bootstrap/site/assets/scss/_variables.scss new file mode 100644 index 000000000..b5a5381af --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_variables.scss @@ -0,0 +1,15 @@ +// Local docs variables +$bd-purple: #563d7c; +$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); +$bd-purple-light: lighten(saturate($bd-purple, 5%), 45%); +$bd-dark: #2a2730; +$bd-download: #ffe484; +$bd-info: #5bc0de; +$bd-warning: #f0ad4e; +$bd-danger: #d9534f; +$dropdown-active-icon: url("data:image/svg+xml,"); + +// Enable responsive font sizes for font sizes defined in the docs +// The weird if test is made as a workaround to prevent a false fusv error. +// +$enable-responsive-font-sizes: if($enable-responsive-font-sizes, true, true); diff --git a/vendor/twbs/bootstrap/site/assets/scss/docs.scss b/vendor/twbs/bootstrap/site/assets/scss/docs.scss new file mode 100644 index 000000000..1dc3016e0 --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/docs.scss @@ -0,0 +1,53 @@ +/*! + * Bootstrap Docs (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under the Creative Commons Attribution 3.0 Unported License. + * For details, see https://creativecommons.org/licenses/by/3.0/. + */ + +// Dev notes +// +// Background information on nomenclature and architecture decisions here. +// +// - Bootstrap functions, variables, and mixins are included for easy reuse. +// Doing so gives us access to the same core utilities provided by Bootstrap. +// For example, consistent media queries through those mixins. +// +// - Bootstrap's **docs variables** are prefixed with `$bd-`. +// These custom colors avoid collision with the components Bootstrap provides. +// +// - Classes are prefixed with `.bd-`. +// These classes indicate custom-built or modified components for the design +// and layout of the Bootstrap docs. They are not included in our builds. +// +// Happy Bootstrapping! + +// Load Bootstrap variables and mixins +@import "../../../scss/functions"; +@import "../../../scss/variables"; +@import "../../../scss/mixins"; + +// Load docs components +@import "variables"; +@import "nav"; +@import "masthead"; +@import "ads"; +@import "content"; +@import "skippy"; +@import "sidebar"; +@import "toc"; +@import "footer"; +@import "component-examples"; +@import "buttons"; +@import "callouts"; +@import "browser-bugs"; +@import "brand"; +@import "colors"; +@import "clipboard-js"; +@import "placeholder-img"; + +// Load docs dependencies +@import "syntax"; +@import "anchor"; +@import "algolia"; diff --git a/vendor/twbs/bootstrap/site/content/docs/4.6/_index.html b/vendor/twbs/bootstrap/site/content/docs/4.6/_index.html new file mode 100644 index 000000000..b9b9f7cb3 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/_index.html @@ -0,0 +1,5 @@ +--- +layout: redirect +sitemap_exclude: true +redirect: "/docs/4.6/getting-started/introduction/" +--- diff --git a/vendor/twbs/bootstrap/site/content/docs/4.6/about/brand.md b/vendor/twbs/bootstrap/site/content/docs/4.6/about/brand.md new file mode 100644 index 000000000..a640c180a --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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/vendor/twbs/bootstrap/site/content/docs/4.6/about/license.md b/vendor/twbs/bootstrap/site/content/docs/4.6/about/license.md new file mode 100644 index 000000000..c7f130203 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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/vendor/twbs/bootstrap/site/content/docs/4.6/about/overview.md b/vendor/twbs/bootstrap/site/content/docs/4.6/about/overview.md new file mode 100644 index 000000000..5fcea6a8b --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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.6/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/vendor/twbs/bootstrap/site/content/docs/4.6/about/team.md b/vendor/twbs/bootstrap/site/content/docs/4.6/about/team.md new file mode 100644 index 000000000..fd1d6bfa6 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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/vendor/twbs/bootstrap/site/content/docs/4.6/about/translations.md b/vendor/twbs/bootstrap/site/content/docs/4.6/about/translations.md new file mode 100644 index 000000000..e719e3a84 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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/vendor/twbs/bootstrap/site/content/docs/4.6/browser-bugs.md b/vendor/twbs/bootstrap/site/content/docs/4.6/browser-bugs.md new file mode 100644 index 000000000..1180fb5e2 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/browser-bugs.md @@ -0,0 +1,57 @@ +--- +layout: docs +title: Wall of browser bugs +group: browser-bugs +aliases: "/browser-bugs/" +--- + +{{< callout danger >}} +##### Outdated content + +This page is outdated and is no longer applicable to the latest versions of Bootstrap. It's here purely for historical purposes now and will be removed in our next major release. +{{< /callout >}} + +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]({{< docsref "/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) +* [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o) + + +{{< bug.inline >}} +{{- $type := .Get "type" | default "bug" -}} +{{- $data := .Get "data" | default "browser-bugs" -}} + + + + + + + + + + + {{- range (index $.Site.Data $data) }} + + + + + + + {{- end }} + +
Browser(s)Summary of {{ $type }}Upstream issue(s)Bootstrap issue(s)
{{ .browser | chomp }}{{ .summary | markdownify }}{{ partial "bugify" .upstream_bug }}{{ partial "bugify" .origin }}
+ {{< /bug.inline >}} + +# 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. + +{{< bug.inline data="browser-features" type="feature" />}} diff --git a/vendor/twbs/bootstrap/site/content/docs/4.6/components/alerts.md b/vendor/twbs/bootstrap/site/content/docs/4.6/components/alerts.md new file mode 100644 index 000000000..8d6cb3983 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/components/alerts.md @@ -0,0 +1,122 @@ +--- +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.6/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 jQuery plugin](#dismissing). + +{{< example >}} +{{< alerts.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{- end -}} +{{< /alerts.inline >}} +{{< /example >}} + +{{< callout warning >}} +{{< 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`]({{< docsref "/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: + +```js +$('.alert').alert() +``` + +Or with `data` attributes on a button **within the alert**, as demonstrated above: + +```html + +``` + +Note that closing an alert will remove it from the DOM. + +### Methods + +| Method | Description | +| --- | --- | +| `$().alert()` | 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.) | +| `$().alert('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. | +| `$().alert('dispose')` | Destroys an element's alert. | + +```js +$('.alert').alert('close') +``` + +### 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). | + +```js +$('#myAlert').on('closed.bs.alert', function () { + // do something... +}) +``` diff --git a/vendor/twbs/bootstrap/site/content/docs/4.6/components/badge.md b/vendor/twbs/bootstrap/site/content/docs/4.6/components/badge.md new file mode 100644 index 000000000..7d55cabcf --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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 warning >}} +{{< 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/vendor/twbs/bootstrap/site/content/docs/4.6/components/breadcrumb.md b/vendor/twbs/bootstrap/site/content/docs/4.6/components/breadcrumb.md new file mode 100644 index 000000000..9ed198fcd --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/4.6/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/modules/string#quote) 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 `