From 5d4fd87bfaa82a6565abea2344c24db94d478035 Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Mon, 7 Dec 2015 16:30:12 -0800
Subject: [PATCH] Consolidate duplicate "Buttons" section in v4 migration docs

[skip sauce]
---
 docs/migration.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/migration.md b/docs/migration.md
index 5d14f34a7b..39c398b339 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -84,15 +84,12 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
 ### Buttons
 
 - Renamed `.btn-default` to `.btn-secondary`.
+- Dropped the `.btn-xs` class entirely.
 
 ### Grid system
 
 - Added a new `~480px` grid breakpoint, meaning there are now five total tiers.
 
-### Buttons
-
-- Dropped the `.btn-xs` class entirely.
-
 ### Button group
 
 - Dropped the `.btn-group-xs` class entirely.
-- 
GitLab