Skip to content

Commit 5340233

Browse files
authored
feat: support design tokens and paragon 23 (#569)
1 parent 05e9626 commit 5340233

File tree

12 files changed

+1242
-93
lines changed

12 files changed

+1242
-93
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ ENABLE_NOTICES=''
4141
CAREER_LINK_URL=''
4242
ENABLE_EDX_PERSONAL_DASHBOARD=false
4343
ENABLE_PROGRAMS=false
44+
# Fallback in local style files
45+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ ENABLE_NOTICES=''
4747
CAREER_LINK_URL=''
4848
ENABLE_EDX_PERSONAL_DASHBOARD=false
4949
ENABLE_PROGRAMS=false
50+
# Fallback in local style files
51+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ ENABLE_NOTICES=''
4646
CAREER_LINK_URL=''
4747
ENABLE_EDX_PERSONAL_DASHBOARD=true
4848
ENABLE_PROGRAMS=false
49+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)