aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-12 23:43:32 -0800
committerMark Otto <[email protected]>2015-11-12 23:43:32 -0800
commit73b02c833dd2da12fd2bd51d944afa86829e9986 (patch)
treeeddb4613836b22614a4adee11eafcc0844716212
parentf25d70902575dd0ecb03dbcd5f55c308c6a64f3c (diff)
parent081d5f9d7ca71244b98f6f516327a06d93fa3a63 (diff)
downloadbootstrap-73b02c833dd2da12fd2bd51d944afa86829e9986.tar.xz
bootstrap-73b02c833dd2da12fd2bd51d944afa86829e9986.zip
Merge pull request #17954 from risan/patch-1
[V4] Fixes #17953: Add migration docs of .btn-default removal
-rw-r--r--docs/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index d89065127..9ee4449fd 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -81,6 +81,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts.
- Added new `.form-control-label` class to vertically center labels with `.form-control`s.
+### Buttons
+
+- Renamed `.btn-default` to `.btn-secondary`.
+
### Grid system
- Added a new `~480px` grid breakpoint, meaning there are now five total tiers.