Skip to content

Commit 14e1628

Browse files
feat: added support Paragon design tokens
1 parent 6ec17cb commit 14e1628

File tree

4 files changed

+434
-50
lines changed

4 files changed

+434
-50
lines changed

example/index.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -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";
1+
@import url("https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/core.min.css");
2+
@import url("https://cdn.jsdelivr.net/npm/@edx/brand-edx.org@alpha/dist/light.min.css");
3+
@import "@edx/paragon/styles/scss/core/core";
4+
@import "@edx/paragon/styles/css/themes/light/index.css";
55

66
@import "@edx/frontend-component-header/index";

0 commit comments

Comments
 (0)