Julien Déramond
Julien Déramond
### 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 We currently can edit in StackBlitz things...
Fixes #36536 New border-radius utilities to combine `.rounded-{top|bottom|start|end}` with `.rounded-{0-5|pill|circle}`. - [ ] Probably need to modify https://github.com/twbs/bootstrap/blob/0a3864641b5cbd27a0b7eff153ef661f3eda3802/site/content/docs/5.2/migration.md?plain=1#L73 ### [Live preview](https://deploy-preview-36540--twbs-bootstrap.netlify.app/docs/5.2/utilities/borders/#sizes)
> **Warning** > Heavily draft Linked to the discussion in https://github.com/twbs/bootstrap/pull/36597 and potentially addresses https://github.com/twbs/bootstrap/issues/36595. I've tried here to create a very simple PostCSS plugin to remove empty CSS vars....
Fixes #36688 ### Description This PR suggests to change `:root` to `:root, :host` in order to have access to the CSS vars in [this type of example shown in the...
_Feel free to close it if it pollutes the PRs to review, I mainly create it to share the idea and to not to lose how to generate the `*.data`...
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...
Closes #36278 This PR is a proposal to fix the issue #36278. I've reverted the change from https://github.com/twbs/bootstrap/commit/195440f2fb1e94c014a9cf08f3eae40f3d224620 to include what was there before. Few changes: - Kept the new...
### Description #### Usage of color and background helper classes In the current [Progress > Backgrounds documentation](https://twbs-bootstrap.netlify.app/docs/5.3/components/progress/#backgrounds), we say the following: > Alternatively, you can use the new combined [color...
### Description This PR takes into account the issue reported in https://github.com/twbs/bootstrap/issues/39499 (the issue has been closed by OP but is still there in our documentation). As explained in https://github.com/twbs/bootstrap/issues/39499#issuecomment-1858783774,...
### Description This PR releases Bootstrap v5.3.3. ``` npm run release-version 5.3.2 5.3.3 npm run release ``` No commits have been identified as to be mentioned in the migration guide....