{"_id":"@121digital/bootstrap","name":"@121digital/bootstrap","dist-tags":{"latest":"5.3.8"},"versions":{"5.3.8":{"name":"@121digital/bootstrap","description":"Mirror of Bootstrap Libs","version":"5.3.8","config":{"version_short":"5.3"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"homepage":"https://getbootstrap.com/","author":{"name":"The Bootstrap Authors","url":"https://github.com/twbs/bootstrap/graphs/contributors"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/twbs/bootstrap.git"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"funding":[{"type":"github","url":"https://github.com/sponsors/twbs"},{"type":"opencollective","url":"https://opencollective.com/bootstrap"}],"main":"dist/js/bootstrap.js","module":"dist/js/bootstrap.esm.js","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","scripts":{"start":"npm-run-all --parallel watch docs-serve","bundlewatch":"bundlewatch --config .bundlewatch.config.json","css":"npm-run-all css-compile css-prefix css-rtl css-minify","css-compile":"sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/","css-rtl":"cross-env NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"","css-lint":"npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*","css-lint-stylelint":"stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache","css-lint-vars":"fusv scss/ site/src/scss/","css-minify":"npm-run-all --aggregate-output --parallel css-minify-*","css-minify-main":"cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"","css-minify-rtl":"cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"","css-prefix":"npm-run-all --aggregate-output --parallel css-prefix-*","css-prefix-main":"postcss --config build/postcss.config.mjs --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"","css-prefix-examples":"postcss --config build/postcss.config.mjs --replace \"site/src/assets/examples/**/*.css\"","css-prefix-examples-rtl":"cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"site/src/assets/examples/\" --ext \".rtl.css\" --base \"site/src/assets/examples/\" \"site/src/assets/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/src/assets/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"","css-test":"jasmine --config=scss/tests/jasmine.js","js":"npm-run-all js-compile js-minify","js-compile":"npm-run-all --aggregate-output --parallel js-compile-*","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.mjs --sourcemap","js-compile-standalone-esm":"rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.mjs --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.mjs --sourcemap","js-compile-plugins":"node build/build-plugins.mjs","js-lint":"eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .html,.js,.mjs,.md .","js-minify":"npm-run-all --aggregate-output --parallel js-minify-*","js-minify-standalone":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js","js-minify-standalone-esm":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js","js-minify-bundle":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js","js-test":"npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*","js-debug":"cross-env DEBUG=true npm run js-test-karma","js-test-karma":"karma start js/tests/karma.conf.js","js-test-integration-bundle":"rollup --config js/tests/integration/rollup.bundle.js","js-test-integration-modularity":"rollup --config js/tests/integration/rollup.bundle-modularity.js","js-test-cloud":"cross-env BROWSERSTACK=true npm run js-test-karma","js-test-jquery":"cross-env JQUERY=true npm run js-test-karma","lint":"npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint","docs":"npm-run-all docs-build docs-lint","docs-build":"npm run astro-build","docs-compile":"npm run docs-build","docs-vnu":"node build/vnu-jar.mjs","docs-lint":"npm-run-all docs-prettier-check docs-vnu","docs-prettier-check":"prettier --config site/.prettierrc.json -c --cache site","docs-prettier-format":"prettier --config site/.prettierrc.json --write --cache site","docs-serve":"npm run astro-dev","docs-serve-only":"npx sirv-cli _site --port 9001","lockfile-lint":"lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json","update-deps":"ncu -u -x eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass","release":"npm-run-all dist release-sri docs-build release-zip*","release-sri":"node build/generate-sri.mjs","release-version":"node build/change-version.mjs","release-zip":"cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist bootstrap-$npm_package_version-dist.zip && cp -r dist/ bootstrap-$npm_package_version-dist && zip -qr9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"","release-zip-examples":"node build/zip-examples.mjs","dist":"npm-run-all --aggregate-output --parallel css js","test":"npm-run-all lint dist js-test docs-build docs-lint","netlify":"npm-run-all dist release-sri astro-build","watch":"npm-run-all --parallel watch-*","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"","watch-css-dist":"nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"","watch-css-docs":"nodemon --watch site/src/scss/ --ext scss --exec \"npm run css-lint\"","watch-css-test":"nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"","watch-js-docs":"nodemon --watch site/src/assets/ --ext js --exec \"npm run js-lint\"","astro-dev":"astro dev --root site --port 9001","astro-build":"astro build --root site && rm -rf _site && cp -r site/dist _site","astro-preview":"astro preview --root site --port 9001"},"peerDependencies":{"@popperjs/core":"^2.11.8"},"devDependencies":{"@astrojs/check":"^0.9.4","@astrojs/markdown-remark":"^6.3.6","@astrojs/mdx":"^4.3.4","@astrojs/prism":"^3.3.0","@astrojs/sitemap":"^3.5.0","@babel/cli":"^7.28.3","@babel/core":"^7.28.3","@babel/preset-env":"^7.28.3","@docsearch/js":"^3.9.0","@popperjs/core":"^2.11.8","@rollup/plugin-babel":"^6.0.4","@rollup/plugin-commonjs":"^28.0.6","@rollup/plugin-node-resolve":"^16.0.1","@rollup/plugin-replace":"^6.0.2","@stackblitz/sdk":"^1.11.0","@types/js-yaml":"^4.0.9","@types/mime":"^4.0.0","@types/prismjs":"^1.26.5","astro":"^5.13.2","astro-auto-import":"^0.4.4","autoprefixer":"^10.4.21","bundlewatch":"^0.4.1","clean-css-cli":"^5.6.3","clipboard":"^2.0.11","cross-env":"^10.0.0","eslint":"8.57.1","eslint-config-xo":"0.45.0","eslint-plugin-html":"^8.1.3","eslint-plugin-import":"^2.32.0","eslint-plugin-markdown":"^5.1.0","eslint-plugin-unicorn":"56.0.1","find-unused-sass-variables":"^6.1.0","github-slugger":"^2.0.0","globby":"^14.1.0","hammer-simulator":"0.0.1","htmlparser2":"^10.0.0","image-size":"^2.0.2","ip":"^2.0.1","jasmine":"^5.9.0","jquery":"^3.7.1","js-yaml":"^4.1.0","karma":"^6.4.4","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"^3.2.0","karma-coverage-istanbul-reporter":"^3.0.3","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^2.1.3","karma-jasmine":"^5.1.0","karma-jasmine-html-reporter":"^2.1.0","karma-rollup-preprocessor":"7.0.7","lockfile-lint":"^4.14.1","mime":"^4.0.7","nodemon":"^3.1.10","npm-run-all2":"^8.0.4","postcss":"^8.5.6","postcss-cli":"^11.0.1","prettier":"^3.6.2","prettier-plugin-astro":"^0.14.1","rehype-autolink-headings":"^7.1.0","remark":"^15.0.1","remark-html":"^16.0.1","rollup":"^4.46.3","rollup-plugin-istanbul":"^5.0.0","rtlcss":"^4.3.0","sass":"1.78.0","sass-true":"^9.0.0","shelljs":"^0.10.0","stylelint":"^16.23.1","stylelint-config-twbs-bootstrap":"^16.1.0","terser":"^5.43.1","unist-util-visit":"^5.0.0","vnu-jar":"24.10.17","zod":"^4.0.17"},"jspm":{"registry":"npm","main":"js/bootstrap","directories":{"lib":"dist"},"shim":{"js/bootstrap":{"deps":["@popperjs/core"]}},"dependencies":{},"peerDependencies":{"@popperjs/core":"^2.11.8"}},"_id":"@121digital/bootstrap@5.3.8","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MldiaSOlH8I/tjTtOGVuIEsCeBJFjsLmturkYZu7ZnOzzIw63YQvUZTS2fyOLGyNihS2pfxNIb5fc9b3iQXc9w==","shasum":"712555fd7162587612129caa9daea2faa9bfd295","tarball":"https://registry.npmjs.org/@121digital/bootstrap/-/bootstrap-5.3.8.tgz","fileCount":219,"unpackedSize":9633598,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCOm3E99CP3x6vBkQYd17M/l8TC0tNoAdpkmfRtcfaZ9AIhAKYvJ1OdKrildf5fFvtHCOe0VxCqOYL+7PhJGYsYkgGt"}]},"_npmUser":{"name":"121_jgibbons","email":"jgibbons@121digital.co.uk"},"directories":{},"maintainers":[{"name":"121_jgibbons","email":"jgibbons@121digital.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bootstrap_5.3.8_1761690877010_0.4785366724255762"},"_hasShrinkwrap":false}},"time":{"created":"2025-10-28T22:34:36.934Z","5.3.8":"2025-10-28T22:34:37.307Z","modified":"2025-10-28T22:34:37.573Z"},"maintainers":[{"name":"121_jgibbons","email":"jgibbons@121digital.co.uk"}],"description":"Mirror of Bootstrap Libs","homepage":"https://getbootstrap.com/","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"repository":{"type":"git","url":"git+https://github.com/twbs/bootstrap.git"},"author":{"name":"The Bootstrap Authors","url":"https://github.com/twbs/bootstrap/graphs/contributors"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"license":"MIT","readme":"<p align=\"center\">\n  <a href=\"https://getbootstrap.com/\">\n    <img src=\"https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo-shadow.png\" alt=\"Bootstrap logo\" width=\"200\" height=\"165\">\n  </a>\n</p>\n\n<h3 align=\"center\">Bootstrap</h3>\n\n<p align=\"center\">\n  Sleek, intuitive, and powerful front-end framework for faster and easier web development.\n  <br>\n  <a href=\"https://getbootstrap.com/docs/5.3/\"><strong>Explore Bootstrap docs »</strong></a>\n  <br>\n  <br>\n  <a href=\"https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml\">Report bug</a>\n  ·\n  <a href=\"https://github.com/twbs/bootstrap/issues/new?assignees=&labels=feature&template=feature_request.yml\">Request feature</a>\n  ·\n  <a href=\"https://blog.getbootstrap.com/\">Blog</a>\n</p>\n\n\n## Bootstrap 5\n\nOur default branch is for development of our Bootstrap 5 release. Head to the [`v4-dev` branch](https://github.com/twbs/bootstrap/tree/v4-dev) to view the readme, documentation, and source code for Bootstrap 4.\n\n\n## Table of contents\n\n- [Quick start](#quick-start)\n- [Status](#status)\n- [What’s included](#whats-included)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n- [Community](#community)\n- [Versioning](#versioning)\n- [Creators](#creators)\n- [Thanks](#thanks)\n- [Copyright and license](#copyright-and-license)\n\n\n## Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.3.8.zip)\n- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`\n- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.3.8`\n- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.3.8`\n- Install with [Bun](https://bun.sh/): `bun add bootstrap@v5.3.8`\n- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.8`\n- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`\n\nRead the [Getting started page](https://getbootstrap.com/docs/5.3/getting-started/introduction/) for information on the framework contents, templates, examples, and more.\n\n\n## Status\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/twbs/bootstrap/js.yml?branch=main&label=JS%20Tests&logo=github)](https://github.com/twbs/bootstrap/actions/workflows/js.yml?query=workflow%3AJS+branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/bootstrap?logo=npm&logoColor=fff)](https://www.npmjs.com/package/bootstrap)\n[![Gem version](https://img.shields.io/gem/v/bootstrap?logo=rubygems&logoColor=fff)](https://rubygems.org/gems/bootstrap)\n[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue?logo=meteor&logoColor=fff)](https://atmospherejs.com/twbs/bootstrap)\n[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap?logo=packagist&logoColor=fff)](https://packagist.org/packages/twbs/bootstrap)\n[![NuGet](https://img.shields.io/nuget/vpre/bootstrap?logo=nuget&logoColor=fff)](https://www.nuget.org/packages/bootstrap/absoluteLatest)\n[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/main?logo=coveralls&logoColor=fff)](https://coveralls.io/github/twbs/bootstrap?branch=main)\n[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css)\n[![CSS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css)\n[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js)\n[![JS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=brotli&label=JS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js)\n![Open Source Security Foundation Scorecard](https://img.shields.io/ossf-scorecard/github.com/twbs/bootstrap)\n[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootstrap?logo=opencollective&logoColor=fff)](#backers)\n[![Sponsors on Open Collective](https://img.shields.io/opencollective/sponsors/bootstrap?logo=opencollective&logoColor=fff)](#sponsors)\n\n\n## What’s included\n\nWithin the download you’ll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.\n\n<details>\n  <summary>Download contents</summary>\n\n  ```text\n  bootstrap/\n  ├── css/\n  │   ├── bootstrap-grid.css\n  │   ├── bootstrap-grid.css.map\n  │   ├── bootstrap-grid.min.css\n  │   ├── bootstrap-grid.min.css.map\n  │   ├── bootstrap-grid.rtl.css\n  │   ├── bootstrap-grid.rtl.css.map\n  │   ├── bootstrap-grid.rtl.min.css\n  │   ├── bootstrap-grid.rtl.min.css.map\n  │   ├── bootstrap-reboot.css\n  │   ├── bootstrap-reboot.css.map\n  │   ├── bootstrap-reboot.min.css\n  │   ├── bootstrap-reboot.min.css.map\n  │   ├── bootstrap-reboot.rtl.css\n  │   ├── bootstrap-reboot.rtl.css.map\n  │   ├── bootstrap-reboot.rtl.min.css\n  │   ├── bootstrap-reboot.rtl.min.css.map\n  │   ├── bootstrap-utilities.css\n  │   ├── bootstrap-utilities.css.map\n  │   ├── bootstrap-utilities.min.css\n  │   ├── bootstrap-utilities.min.css.map\n  │   ├── bootstrap-utilities.rtl.css\n  │   ├── bootstrap-utilities.rtl.css.map\n  │   ├── bootstrap-utilities.rtl.min.css\n  │   ├── bootstrap-utilities.rtl.min.css.map\n  │   ├── bootstrap.css\n  │   ├── bootstrap.css.map\n  │   ├── bootstrap.min.css\n  │   ├── bootstrap.min.css.map\n  │   ├── bootstrap.rtl.css\n  │   ├── bootstrap.rtl.css.map\n  │   ├── bootstrap.rtl.min.css\n  │   └── bootstrap.rtl.min.css.map\n  └── js/\n      ├── bootstrap.bundle.js\n      ├── bootstrap.bundle.js.map\n      ├── bootstrap.bundle.min.js\n      ├── bootstrap.bundle.min.js.map\n      ├── bootstrap.esm.js\n      ├── bootstrap.esm.js.map\n      ├── bootstrap.esm.min.js\n      ├── bootstrap.esm.min.js.map\n      ├── bootstrap.js\n      ├── bootstrap.js.map\n      ├── bootstrap.min.js\n      └── bootstrap.min.js.map\n  ```\n</details>\n\nWe provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://web.dev/articles/source-maps) (`bootstrap.*.map`) are available for use with certain browsers’ developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/docs/v2/).\n\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new/choose).\n\n\n## Documentation\n\nBootstrap’s documentation, included in this repo in the root directory, is built with [Astro](https://astro.build/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.\n\nDocumentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/).\n\n### Running documentation locally\n\n1. Run `npm install` to install the Node.js dependencies, including Astro (the site builder).\n2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.\n3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.\n4. Open <http://localhost:9001> in your browser, and voilà.\n\nLearn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).\n\n### Documentation for previous releases\n\nYou can find all our previous releases docs on <https://getbootstrap.com/docs/versions/>.\n\n[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.\n\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.\n\nMoreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/main/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).\n\nEditor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.\n\n\n## Community\n\nGet updates on Bootstrap’s development and chat with the project maintainers and community members.\n\n- Follow [@getbootstrap on X](https://x.com/getbootstrap).\n- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).\n- Ask questions and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).\n- Discuss, ask questions, and more on [the community Discord](https://discord.gg/bZUvakRU3M) or [Bootstrap subreddit](https://www.reddit.com/r/bootstrap/).\n- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.\n- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)).\n- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.\n\n\n## Versioning\n\nFor transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we adhere to those rules whenever possible.\n\nSee [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release.\n\n\n## Creators\n\n**Mark Otto**\n\n- <https://x.com/mdo>\n- <https://github.com/mdo>\n\n**Jacob Thornton**\n\n- <https://x.com/fat>\n- <https://github.com/fat>\n\n\n## Thanks\n\n<a href=\"https://www.browserstack.com/\">\n  <img src=\"https://live.browserstack.com/images/opensource/browserstack-logo.svg\" alt=\"BrowserStack\" width=\"192\" height=\"42\">\n</a>\n\nThanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!\n\n<a href=\"https://www.netlify.com/\">\n  <img src=\"https://www.netlify.com/v3/img/components/full-logo-light.svg\" alt=\"Netlify\" width=\"147\" height=\"40\">\n</a>\n\nThanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previews!\n\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/bootstrap#sponsor)]\n\n[![OC sponsor 0](https://opencollective.com/bootstrap/sponsor/0/avatar.svg)](https://opencollective.com/bootstrap/sponsor/0/website)\n[![OC sponsor 1](https://opencollective.com/bootstrap/sponsor/1/avatar.svg)](https://opencollective.com/bootstrap/sponsor/1/website)\n[![OC sponsor 2](https://opencollective.com/bootstrap/sponsor/2/avatar.svg)](https://opencollective.com/bootstrap/sponsor/2/website)\n[![OC sponsor 3](https://opencollective.com/bootstrap/sponsor/3/avatar.svg)](https://opencollective.com/bootstrap/sponsor/3/website)\n[![OC sponsor 4](https://opencollective.com/bootstrap/sponsor/4/avatar.svg)](https://opencollective.com/bootstrap/sponsor/4/website)\n[![OC sponsor 5](https://opencollective.com/bootstrap/sponsor/5/avatar.svg)](https://opencollective.com/bootstrap/sponsor/5/website)\n[![OC sponsor 6](https://opencollective.com/bootstrap/sponsor/6/avatar.svg)](https://opencollective.com/bootstrap/sponsor/6/website)\n[![OC sponsor 7](https://opencollective.com/bootstrap/sponsor/7/avatar.svg)](https://opencollective.com/bootstrap/sponsor/7/website)\n[![OC sponsor 8](https://opencollective.com/bootstrap/sponsor/8/avatar.svg)](https://opencollective.com/bootstrap/sponsor/8/website)\n[![OC sponsor 9](https://opencollective.com/bootstrap/sponsor/9/avatar.svg)](https://opencollective.com/bootstrap/sponsor/9/website)\n\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/bootstrap#backer)]\n\n[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)\n\n\n## Copyright and license\n\nCode and documentation copyright 2011-2025 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).\n","readmeFilename":"README.md","_rev":"1-4e12e15973cf5252e0145fe18d8fe794"}