aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-09 14:38:05 -0800
committerChris Rebert <[email protected]>2015-12-09 14:38:08 -0800
commit9c8ba517af865c75856bf0f2a8a6ed6397110568 (patch)
tree53c3a4bb346d44e4d990640d0afc0a876724fe97 /docs
parent87169c3401d620aa26ca1e5d464b6706e3eb5e2f (diff)
downloadbootstrap-9c8ba517af865c75856bf0f2a8a6ed6397110568.tar.xz
bootstrap-9c8ba517af865c75856bf0f2a8a6ed6397110568.zip
Migration docs: Make Buttons and Button Group sections adjacent
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 82f813873..361750da4 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -89,14 +89,14 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- The [stateful button](http://getbootstrap.com/javascript/#buttons-methods) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
- Note that the other features of the plugin (button checkboxes, button radios, single-toggle buttons) have been retained in v4.
-### Grid system
-
-- Added a new `~480px` grid breakpoint, meaning there are now five total tiers.
-
### Button group
- Dropped the `.btn-group-xs` class entirely.
+### Grid system
+
+- Added a new `~480px` grid breakpoint, meaning there are now five total tiers.
+
### Navs
- Dropped nearly all `>` selectors for simpler styling via un-nested classes.