Skip to content

Commit d6d2109

Browse files
Change design token URLs to new location
Updated URLs for design tokens in config.yaml
1 parent 70ef5fc commit d6d2109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
centralCurrentColorAlias: '{Theme$text/color}'
1010
# URL for the central source of the design tokens
1111
centralSource:
12-
colors: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/tokens-figma-colors.json'
13-
primitives: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/tokens-figma-primitives.json'
14-
theme: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/tokens-figma-theme.json'
12+
colors: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/dist/tokens-figma-colors.json'
13+
primitives: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/dist/tokens-figma-primitives.json'
14+
theme: 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/main/toolkit/themes/shared/design-system/dist/tokens-figma-theme.json'
1515

1616
########################
1717
# Android modes config #

0 commit comments

Comments
 (0)