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 9fcb022 commit 282d25bCopy full SHA for 282d25b
example/index.scss
@@ -1,6 +1,6 @@
1
-@import "@edx/brand/paragon/fonts";
2
-@import "@edx/brand/paragon/variables";
3
-@import "@edx/paragon/scss/core/core";
4
-@import "@edx/brand/paragon/overrides";
+@import url("https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/core.min.css");
+@import url("https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/light.min.css");
+@import "@edx/paragon/styles/scss/core/core";
+@import "@edx/paragon/styles/css/themes/light/index.css";
5
6
@import "@edx/frontend-component-footer/footer";
0 commit comments