diff options
| author | ghost_32 <[email protected]> | 2021-01-13 22:48:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-13 09:18:56 -0800 |
| commit | 82e5fe2d8ce3fe248be9db4babe8b0361c81d891 (patch) | |
| tree | 1ec2a6910069e8892a8045759600dda7b382bbda | |
| parent | cad88abdb0c81fce717622c9342937b338234bf5 (diff) | |
| download | bootstrap-82e5fe2d8ce3fe248be9db4babe8b0361c81d891.tar.xz bootstrap-82e5fe2d8ce3fe248be9db4babe8b0361c81d891.zip | |
Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)
* 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 <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 895b8c275..0f15282a9 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -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 |
