From e036f7f3e6260f64867d262fd69fb3c76c7d70d3 Mon Sep 17 00:00:00 2001 From: Jose Ignacio Palma Date: Tue, 13 May 2025 10:01:23 -0400 Subject: [PATCH] fix: remove import of @edx/brand to can install modern-theming --- src/index.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.scss b/src/index.scss index 2c6cd94961..3240df3036 100755 --- a/src/index.scss +++ b/src/index.scss @@ -1,7 +1,3 @@ @use "@openedx/paragon/styles/css/core/custom-media-breakpoints.css" as paragonCustomMediaBreakpoints; -@import "~@edx/brand/paragon/fonts"; -@import "~@edx/brand/paragon/variables"; -@import "~@edx/brand/paragon/overrides"; - @import "sass/style";