2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

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
This commit is contained in:
Mark Otto
2019-10-18 11:06:12 -07:00
committed by GitHub
parent 943bef258d
commit 8d56c19b55
2 changed files with 14 additions and 9 deletions
-5
View File
@@ -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.