Skip to content

Commit 1e53682

Browse files
brian-smith-tcrildcoa
authored andcommitted
feat!: add design tokens support (openedx#1737)
BREAKING CHANGE: Pre-design-tokens theming is no longer supported. Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
1 parent b78e783 commit 1e53682

File tree

24 files changed

+1331
-189
lines changed

24 files changed

+1331
-189
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ TWITTER_URL=''
4949
USER_INFO_COOKIE_NAME=''
5050
OPTIMIZELY_FULL_STACK_SDK_KEY=''
5151
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
52+
# Fallback in local style files
53+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ CHAT_RESPONSE_URL='http://localhost:18000/api/learning_assistant/v1/course_id'
5151
PRIVACY_POLICY_URL='http://localhost:18000/privacy'
5252
OPTIMIZELY_FULL_STACK_SDK_KEY=''
5353
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
54+
# Fallback in local style files
55+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)