Practice ยท 1 of 2
Token Pipeline
Write buildTheme(base, overrides) returning the merged token object (overrides wins), plus tokenValue(tokens, path, fallback) where path is dot-separated (e.g. "color.bg") resolving nested tokens; return fallback for missing paths.
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Mini Build: Themeable Dashboard Core