[CSS] Update layer files that reference old --gray-N tokens #22
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: trentuna/asw#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After 01-asw.css migrates to --color-N (issue #20), scan all other layers for direct references to --gray-N, --green-N, --blue-N etc.
These should reference ASW semantic tokens (--text, --surface, --border, --accent) NOT Open Props named palettes directly. If a layer says
color: var(--gray-5)it should saycolor: var(--text-3)instead.The only exception: state colors (--ok, --warn, --error, --info) which use fixed oklch hues.
Replace with semantic token equivalents. This ensures the palette-hue knob actually controls everything.