We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498cee8 commit cc31bedCopy full SHA for cc31bed
example/index.scss
@@ -1,6 +1,7 @@
1
-@import "@edx/brand/paragon/fonts";
2
-@import "@edx/brand/paragon/variables";
3
-@import "@openedx/paragon/scss/core/core";
4
-@import "@edx/brand/paragon/overrides";
+@use "@openedx/paragon/styles/css/core/custom-media-breakpoints" as paragonCustomMediaBreakpoints;
+@use "@openedx/paragon/dist/core" as paragonCore;
+@use "@openedx/paragon/dist/light" as paragonLight;
+@use "@edx/brand/dist/core" as elmCore;
5
+@use "@edx/brand/dist/light" as elmLight;
6
7
@import "@edx/frontend-component-header/index";
0 commit comments