feat(tokens): define global design tokens and typography scale
- Created `src/styles/tokens.css` establishing the canonical 10-color palette, 5 designated breakpoints, and the 6-step typography scale. - Created `src/styles/base.css` to import the root variables for Astro components. - Wrote down decisions regarding the `--blue` palette canonicalization and the font stack simplification in the task brief. - These tokens will power the Astro component refactors in parallel tasks.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/* Base styles and variables imported */
|
||||
@import url('./tokens.css');
|
||||
Reference in New Issue
Block a user