Skip to content

Commit 4e29750

Browse files
feat!: add design tokens support (#459)
BREAKING CHANGE: Pre-design-tokens theming is no longer supported. Co-authored-by: Diana Olarte <[email protected]>
1 parent 729b659 commit 4e29750

33 files changed

+4056
-1256
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ USER_INFO_COOKIE_NAME=null
3030
PUBLISHER_BASE_URL=''
3131
APP_ID=''
3232
MFE_CONFIG_API_URL=''
33+
# Fallback in local style files
34+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ USER_INFO_COOKIE_NAME='edx-user-info'
3838
PUBLISHER_BASE_URL='http://localhost:18400'
3939
APP_ID='support-tools'
4040
MFE_CONFIG_API_URL='http://localhost:18000/api/mfe_config/v1'
41+
# Fallback in local style files
42+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ SUBSIDY_BASE_URL='http://localhost:18280'
2121
USER_INFO_COOKIE_NAME='edx-user-info'
2222
APP_ID=''
2323
MFE_CONFIG_API_URL=''
24+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)