Skip to content

Commit 5bc30b6

Browse files
authored
feat(scraps): add tokens (#103685)
Scoping down #103410 a bit, this PR adds our new color system to the codebase. These colors are autogenerated from Figma variables—the process will be documented elsewhere.
1 parent ab484de commit 5bc30b6

File tree

4 files changed

+604
-0
lines changed

4 files changed

+604
-0
lines changed

knip.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const productionEntryPoints = [
1717
// this is imported with require.context
1818
'static/app/data/forms/*.tsx',
1919
// --- we should be able to get rid of those: ---
20+
// (WIP) design system tokens
21+
'static/app/utils/theme/scraps/**/*.tsx',
2022
// Only used in stories (so far)
2123
'static/app/components/core/quote/*.tsx',
2224
// Prevent exception until we build out coverage

0 commit comments

Comments
 (0)