Skip to content

Commit ddbc212

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

File tree

24 files changed

+1318
-167
lines changed

24 files changed

+1318
-167
lines changed

.env

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

.env.development

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

0 commit comments

Comments
 (0)