diff options
| author | Mark Otto <[email protected]> | 2020-02-04 01:14:55 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-04 11:14:55 +0200 |
| commit | 3b2aadf2a1d2b516e72cc930aa1f0b1139cc73fe (patch) | |
| tree | 5b60e220bbe570b0d3425e785824e775645c8be2 /site | |
| parent | f887fc5cec9360df1f809a248273760339992ec8 (diff) | |
| download | bootstrap-3b2aadf2a1d2b516e72cc930aa1f0b1139cc73fe.tar.xz bootstrap-3b2aadf2a1d2b516e72cc930aa1f0b1139cc73fe.zip | |
Update migration guide for removal of .form-text (#30134)
Closes #29630
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/4.3/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index a46b3e564..4a5d43ede 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -90,6 +90,7 @@ Changes to Reboot, typography, tables, and more. - Renamed `.custom-range` to `.form-range` (including variables). - Dropped `.form-group` for margin utilities (we've replaced our docs examples with `.mb-3`). - Dropped support for `.form-control-plaintext` inside `.input-group`s. +- Dropped `.form-text` as existing utilities cover this use class's former use case (e.g., `.mt-2`, `.text-small`, and/or `.text-muted`). ## Components |
