diff options
| author | alberto <[email protected]> | 2015-10-07 23:35:37 +0200 |
|---|---|---|
| committer | alberto <[email protected]> | 2015-10-07 23:35:37 +0200 |
| commit | e0bf6d87cbcc645bd2c0d28b707815f3d67d72b7 (patch) | |
| tree | 79310421470e1979994c4f1672bf0ca5fd08e44b /docs/migration.md | |
| parent | 3137eec3706e8d5d3b03d7943e0693d19e9c4791 (diff) | |
| download | bootstrap-e0bf6d87cbcc645bd2c0d28b707815f3d67d72b7.tar.xz bootstrap-e0bf6d87cbcc645bd2c0d28b707815f3d67d72b7.zip | |
fixes #17781: Add migration docs note that .control-label is gone in v4
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index aa9aa114a..6d8bdc611 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -70,6 +70,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Forms - Moved element resets to the `_reboot.scss` file. +- Renamed `.control-label` to `.form-control-label`. - Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively. - Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now. - Horizontal forms overhauled: |
