aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-11-19 12:10:13 +0000
committerPatrick H. Lauke <[email protected]>2015-11-19 12:10:13 +0000
commit76d793a1d5603d359ab283bed46ac7394c720974 (patch)
tree941f3dac1347870092400b525a4c963f8c1a28d3 /docs
parentc2159e0f7ddbaf7f7792fedce48b35b83a47692a (diff)
parentf99f9eb52415f65b537f21b35ff40b5adad87c04 (diff)
downloadbootstrap-76d793a1d5603d359ab283bed46ac7394c720974.tar.xz
bootstrap-76d793a1d5603d359ab283bed46ac7394c720974.zip
Merge pull request #18286 from vanillajonathan/patch-1
Added button subsection to the component section
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 9ee4449fd..46f25900b 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -57,6 +57,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- `.dl-horizontal` now requires grid classes, increasing flexbility in column widths.
- Custom `<blockquote>` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier.
+### Buttons
+
+- `.btn-default` removed. Use `btn-primary` or the new `btn-secondary` instead.
+
### Images
- Renamed `.img-responsive` to `.img-fluid`.