We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there. My issue is that when I use tokens inside of tokens like this:
--someColor-h: 203; --someColor-s: 9%; --someColor-l: 14%; --someColor: hsl(var(--someColor-h), var(--someColor-s), var(--someColor-l));
the preview doesn't work:
The text was updated successfully, but these errors were encountered:
btw seems like the demo is broken and has the same issue on the --gradient-with-var
--gradient-with-var
Sorry, something went wrong.
fix(UX-and-I#209) fixes issue with parsing of nested variables
40fabe9
de98b6f
2d160cc
Successfully merging a pull request may close this issue.
Hi there. My issue is that when I use tokens inside of tokens like this:
the preview doesn't work:
The text was updated successfully, but these errors were encountered: