bootstrap
bootstrap copied to clipboard
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
Use a SPDX license expression to specify MIT instead of pointing to the LICENSE file. Reference: https://docs.microsoft.com/en-us/nuget/reference/nuspec#license
Fixes #32800. Here is a proposal for floating labels in textareas. ### Solution Patchwork of many comments/solution wrote in #32800. I tried to not add an extra class but it...
Should fix #32949. ### Solution Use `shift-color` instead of `shade-color` or `tint-color`. Adjust the Sass variables. ### Checks - Couldn't spot any visual change on doc ### Need feedback Do...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal With the increased adoption of the [HTML...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal 1. Add class `.input-group-block` for stretched elements...
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal There should be support for the `font-feature-settings`...
Fixes #33913. Based on ffoodd's idea. ### [Live preview](https://deploy-preview-37084--twbs-bootstrap.netlify.app/docs/5.2/content/tables/) ### Solutions Commits can be split. - To allows `.active` on hoverables rows, I tried to implement https://github.com/twbs/bootstrap/issues/33913#issuecomment-841229905. The main issue...
Hovering the button on the [Cover example](https://getbootstrap.com/docs/5.2/examples/cover/) makes the text white, making it impossible to read on the white background. This is due to the use of `.btn-secondary` class (which...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal ``` a { color: rgba(var(--bs-link-color), var(--bs-link-opacity)); }...