Skip to content

Commit

Permalink
Bootstrap breaking changes - dropped media component
Browse files Browse the repository at this point in the history
Dropped the .media component as it can be easily replicated with utilities. See twbs/bootstrap#28265 and the flex utilities page for an example https://getbootstrap.com/docs/5.0/utilities/flex/#media-object
  • Loading branch information
Crhistian committed Dec 27, 2022
1 parent 4c6585a commit 175a2b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UI/Buyer/src/styles/vendor/_bootstrap.scss
Expand Up @@ -28,7 +28,6 @@
@import "~bootstrap/scss/jumbotron";
@import "~bootstrap/scss/alert";
@import "~bootstrap/scss/progress";
@import "~bootstrap/scss/media";
@import "~bootstrap/scss/list-group";
@import "~bootstrap/scss/close";
@import "~bootstrap/scss/modal";
Expand Down

0 comments on commit 175a2b9

Please sign in to comment.