diff options
| author | Chris Rebert <[email protected]> | 2015-12-07 16:30:12 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-07 16:30:12 -0800 |
| commit | 5d4fd87bfaa82a6565abea2344c24db94d478035 (patch) | |
| tree | 64bcc296c3b192a8458f8ceae6788879f37a0ac2 | |
| parent | afbaf4350560eaf2135fb0dc6dd761ebb746ac40 (diff) | |
| download | bootstrap-5d4fd87bfaa82a6565abea2344c24db94d478035.tar.xz bootstrap-5d4fd87bfaa82a6565abea2344c24db94d478035.zip | |
Consolidate duplicate "Buttons" section in v4 migration docs
[skip sauce]
| -rw-r--r-- | docs/migration.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/migration.md b/docs/migration.md index 5d14f34a7..39c398b33 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. |
