From 175a2b97918643f4eddcec344325bc91b6b4c3d2 Mon Sep 17 00:00:00 2001 From: Crhistian Date: Tue, 27 Dec 2022 11:16:05 -0600 Subject: [PATCH] Bootstrap breaking changes - dropped media component Dropped the .media component as it can be easily replicated with utilities. See https://github.com/twbs/bootstrap/pull/28265 and the flex utilities page for an example https://getbootstrap.com/docs/5.0/utilities/flex/#media-object --- src/UI/Buyer/src/styles/vendor/_bootstrap.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UI/Buyer/src/styles/vendor/_bootstrap.scss b/src/UI/Buyer/src/styles/vendor/_bootstrap.scss index 2cc24b615..2ed7e706c 100644 --- a/src/UI/Buyer/src/styles/vendor/_bootstrap.scss +++ b/src/UI/Buyer/src/styles/vendor/_bootstrap.scss @@ -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";