bootstrap
bootstrap copied to clipboard
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Re-opening of #35977 after accidentally closing it on my repo (sorry again for that). @mdo, I hope I didn't lose any of your edits in the process as I've also...
Cherry picked the commits for the SCSS testing mentioned in #28496 and added some testing of the utilities API (as far as I could understand it). ## Set up testing...
### 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 Change threshold value from `.03928` to `.04045`...
if _queueCallback is called just before dispose the transition complete callback will be called on the disposed component and almost certainly error out. This can happen if a tooltip is...
This PR is a suggestion to reduce the `build/change-version.js` scope of modifications after having seen those issues while releasing [Boosted](https://boosted.orange.com/): * Only modify Bootstrap version in package*.json * Don't modify...
Fixes #31136. Usage: ```scss @include make-row(); // same as before, gutter-x default value, gutter-y default value @include make-row(2rem); // same as before, gutter-x override 2rem, gutter-y default value @include make-row(2rem,...
### 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...
It would be great to have all examples of plain JavaScript code with **their jQuery equivalent**. E.g. at https://v5.getbootstrap.com/docs/5.0/components/navs/#via-javascript At least at https://v5.getbootstrap.com/docs/5.0/getting-started/javascript/#still-want-to-use-jquery-its-possible showing in parallel the jQuery code with...
### 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...
- [ ] Wait for issue template feedback - [ ] Iterate on content here - [ ] Update commit authors to include @GeoSot