Skip to content

Commit cc31bed

Browse files
authored
feat!: upgrade to @openedx/paragon v23 and design tokens (#663)
BREAKING CHANGE: Upgrades to Paragon v23, including design tokens and CSS variables. Drops support for <23.
1 parent 498cee8 commit cc31bed

File tree

6 files changed

+1319
-60
lines changed

6 files changed

+1319
-60
lines changed

example/index.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
1+
@use "@openedx/paragon/styles/css/core/custom-media-breakpoints" as paragonCustomMediaBreakpoints;
2+
@use "@openedx/paragon/dist/core" as paragonCore;
3+
@use "@openedx/paragon/dist/light" as paragonLight;
4+
@use "@edx/brand/dist/core" as elmCore;
5+
@use "@edx/brand/dist/light" as elmLight;
56

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

0 commit comments

Comments
 (0)