chore: scaffold style tokens

This commit is contained in:
Shantur Rathore
2025-10-28 18:48:46 +00:00
parent 6f242c910b
commit 3b166da8f1
2 changed files with 8 additions and 0 deletions

7
src/styles/tokens.css Normal file
View File

@@ -0,0 +1,7 @@
:root {
/* TODO: surface, text, accent, status tokens */
}
[data-theme="dark"] {
/* TODO: dark-mode overrides */
}