Skip to content

Commit bbf254e

Browse files
authored
feat: support design tokens and paragon 23 (#217)
1 parent 143f0dc commit bbf254e

File tree

7 files changed

+1368
-199
lines changed

7 files changed

+1368
-199
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ USER_INFO_COOKIE_NAME=''
2121
SCHEDULE_EMAIL_SECTION=''
2222
APP_ID=''
2323
MFE_CONFIG_API_URL=''
24+
# Fallback in local style files
25+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ USER_INFO_COOKIE_NAME='edx-user-info'
2222
SCHEDULE_EMAIL_SECTION='true'
2323
APP_ID=''
2424
MFE_CONFIG_API_URL=''
25+
# Fallback in local style files
26+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ USER_INFO_COOKIE_NAME='edx-user-info'
2020
SCHEDULE_EMAIL_SECTION='true'
2121
APP_ID=''
2222
MFE_CONFIG_API_URL=''
23+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)