aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQuy <[email protected]>2017-01-15 21:46:42 -0800
committerMark Otto <[email protected]>2017-01-15 21:46:42 -0800
commit87751da48232ac4ca1964c819aaf89e78a3f9e64 (patch)
tree4ddff3b6bdef07ed2ce94a2dd919e0bb6f7325d0 /docs
parentdb4fe7c69dbe7c878a6b9664585bde70503fbe82 (diff)
downloadbootstrap-87751da48232ac4ca1964c819aaf89e78a3f9e64.tar.xz
bootstrap-87751da48232ac4ca1964c819aaf89e78a3f9e64.zip
Update .tag to .badge in migration (#21565)
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 cb4b13410..5e623317e 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -170,11 +170,11 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
- An explicit class, `.breadcrumb-item`, is now required on the descendants of `.breadcrumb`s
-### Labels, badges, and tags
+### Labels and badges
-- Renamed `.label` to `.tag` to disambiguate from the `<label>` element.
-- 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.
-- Tags are no longer floated automatically in list groups and other components. Utility classes are now required for that.
+- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
+- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
+- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
### Panels, thumbnails, and wells