]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)
authorghost_32 <kalash.strt@gmail.com>
Wed, 13 Jan 2021 17:18:56 +0000 (22:48 +0530)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 17:18:56 +0000 (09:18 -0800)
* Changes made in migration.md file of documentation

Added information about the removal of `.rounded-sm` and `.rounded-lg`.
And addition of `.rounded-0` to `.rounded-3`

* Moved the edited line

Added `rounded-0` to `rounded-3` under  v5.0.0-alpha3

* Moved correctly

* Added link

Added link to issue #31687

* docs(migration): last typo thinggies

* Update migration.md

Co-authored-by: Gaƫl Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/migration.md

index 895b8c27556c7596d276dde668992013bd1ee6c7..0f15282a99179cd5aa1389be4c05a17f97f254ed 100644 (file)
@@ -127,6 +127,7 @@ Breakpoints specific variants are consequently renamed too (eg. `.text-md-start`
   - Renamed `.font-style-*` utilities as `.fst-*` for brevity and consistency.
 - Added `.d-grid` to display utilities
 - Added new `gap` utilities (`.gap`) for CSS Grid layouts
+- Removed `.rounded-sm` and `rounded-lg`, and introduced `.rounded-0` to `.rounded-3`. [See #31687](https://github.com/twbs/bootstrap/pull/31687).
 
 ## v5.0.0-alpha2