diff options
| author | Hugh Bellamy <[email protected]> | 2017-05-22 08:53:06 +0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-26 20:54:39 -0700 |
| commit | 4a8728d54c2a89b923ca019f8daf497927aeccdd (patch) | |
| tree | b96bdf5b03b9b6c7064d9364905f80ec57f67175 /docs | |
| parent | 733c0926810a467782895f2f15ee2384f7c6c330 (diff) | |
| download | bootstrap-4a8728d54c2a89b923ca019f8daf497927aeccdd.tar.xz bootstrap-4a8728d54c2a89b923ca019f8daf497927aeccdd.zip | |
Update migration docs for .has-error rename
Diffstat (limited to 'docs')
| -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 37b9ce391..6bbf754cb 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -97,6 +97,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`). - Added new `.form-control-label` class to vertically center labels with `.form-control`s. - Added custom forms support (for checkboxes, radios, selects, and file inputs). +- Renamed `.has-error` to `.has-danger`. ### Buttons |
