diff options
| author | Jeldrik Hanschke <[email protected]> | 2022-10-30 02:30:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-29 20:30:45 -0400 |
| commit | 678dde8f984a00cc56724721252a0e5f49cca3fb (patch) | |
| tree | 97321f3df86779f85d0d9ddbbbdda8ba3b2a8f4f | |
| parent | 60b02041c4a4bffcd1ec5ccee78126c10732cae2 (diff) | |
| download | bootstrap-678dde8f984a00cc56724721252a0e5f49cca3fb.tar.xz bootstrap-678dde8f984a00cc56724721252a0e5f49cca3fb.zip | |
Font style utilities did not contained "-style-" in BS4 (#37361)
* Font style utilities did not contained "-style-" in BS4
* Update site/content/docs/5.2/migration.md
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/content/docs/5.2/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/migration.md b/site/content/docs/5.2/migration.md index bf0ad56e9..a991fb683 100644 --- a/site/content/docs/5.2/migration.md +++ b/site/content/docs/5.2/migration.md @@ -457,7 +457,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - <span class="badge bg-danger">Breaking</span> Renamed `.font-weight-*` utilities as `.fw-*` for brevity and consistency. -- <span class="badge bg-danger">Breaking</span> Renamed `.font-style-*` utilities as `.fst-*` for brevity and consistency. +- <span class="badge bg-danger">Breaking</span> Renamed `.font-italic` utility to `.fst-italic` for brevity and consistency with new `.fst-normal` utility. - Added `.d-grid` to display utilities and new `gap` utilities (`.gap`) for CSS Grid and flexbox layouts. |
