2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update migration guide for removal of .form-text (#30134)

Closes #29630
This commit is contained in:
Mark Otto
2020-02-04 01:14:55 -08:00
committed by GitHub
parent f887fc5cec
commit 3b2aadf2a1
+1
View File
@@ -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