Skip to content

Commit 10fc7a2

Browse files
feat: add support for Paragon design tokens (#303)
--------- Co-authored-by: Diana Catalina Olarte <[email protected]>
1 parent 1d7a871 commit 10fc7a2

File tree

6 files changed

+1863
-195
lines changed

6 files changed

+1863
-195
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ src/i18n/transifex_input.json
1010
temp/babel-plugin-react-intl
1111
/.vscode
1212
module.config.js
13-
src/i18n/messages
13+
src/i18n/messages

example/index.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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/dist/core.min.css" as paragonCore;
2+
@use "@openedx/paragon/dist/light.min.css" as paragonLight;
53

64
@import "@edx/frontend-component-footer/footer";

0 commit comments

Comments
 (0)