diff options
| author | Mark Otto <[email protected]> | 2016-05-11 15:58:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-11 15:58:42 -0700 |
| commit | 85a71854bf95a182bd592936a4c2f5e135fa54d9 (patch) | |
| tree | 37b225b1c01d7fdcc232539874c41356d6eaa1d7 /docs/migration.md | |
| parent | e0ad178ac363b4368066ba19c4acffd1a78a50cb (diff) | |
| download | bootstrap-85a71854bf95a182bd592936a4c2f5e135fa54d9.tar.xz bootstrap-85a71854bf95a182bd592936a4c2f5e135fa54d9.zip | |
clarify that
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index c4c7d9401..af6d81968 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -137,7 +137,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Labels and badges - Renamed `.label` to `.tag` to disambiguate from the `<label>` element. -- Dropped the badge component. Use the `.tag-pill` modifier together with the label component instead. +- Dropped the badge component as it was nearly identical to labels/tags. Use the `.tag-pill` modifier together with the label component instead for that rounded look. ### Panels, thumbnails, and wells |
