From 39cece5b9860259431b06b8adae87d860433720a Mon Sep 17 00:00:00 2001 From: Tenzin Choeying Date: Fri, 21 Aug 2026 13:09:02 +0530 Subject: [PATCH] feat: import line for footer styling --- src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.scss b/src/index.scss index 7f5d9ae26f..32c9d9467f 100755 --- a/src/index.scss +++ b/src/index.scss @@ -5,6 +5,7 @@ @import "~@edx/frontend-component-footer/dist/footer"; @import "~@edx/frontend-component-header/dist/index"; @import "~@edx/brand/paragon/overrides"; +@import "~@edx/brand/paragon/footer"; // learning-mfe.scss is not present in @openedx/brand-openedx; uncomment when custom brand is added //@import "~@edx/brand/paragon/learning-mfe";