aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-10-18 11:06:12 -0700
committerGitHub <[email protected]>2019-10-18 11:06:12 -0700
commit8d56c19b5509ef5b6358ee4b646a80bdffbe7396 (patch)
tree5cc933427ff6f87203d7b1983661602dfcce24a3 /site/content/docs/4.3/migration.md
parent943bef258d661e0d752f2c4f129952fe2a9de47e (diff)
downloadbootstrap-8d56c19b5509ef5b6358ee4b646a80bdffbe7396.tar.xz
bootstrap-8d56c19b5509ef5b6358ee4b646a80bdffbe7396.zip
v5: Icons docs cleanup (#29450)
* Remove mention of icons from migration since they're not part of the core project * Cleanup icons page to mention Bootstrap Icons
Diffstat (limited to 'site/content/docs/4.3/migration.md')
-rw-r--r--site/content/docs/4.3/migration.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 6a8728852..0a10da5f0 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -106,11 +106,6 @@ Badges were overhauled to better differentiate themselves from buttons and to be
- Removed the card columns in favor of a Masonry grid [See #28922](https://github.com/twbs/bootstrap/pull/28922).
-### Icons (New!)
-
-- Added new Bootstrap icons to the project for our documentation, form controls, and more.
-- Removed Open Iconic icons from project source code for form controls.
-
### Jumbotron
- The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding.