This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Allow fallback values for stitches css variables #942
Unanswered
joseDaKing
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
To use fallback values with raw CSS variables is possible, but the problem with this approach is that theme mapping cannot work.
Theme mapping will only work with stitches CSS variables, but stitches CSS variables don't support fallback values. The syntax for stitches CSS variables with fallback should look like this.
All reactions