-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
fix(core): custom-value inside computed st-var #2402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, but the computed input "type" field string might be problematic since it is only the local custom value identifier in a specific stylesheet. For example stBorder
might be border
, stBorder
or st-border
, depending on how it is imported, and when looking at a var that is a composite from imported vars it would be impossible to figure out what custom value it is actually made out of.
Maybe adding the module path and export or the actual evaluated custom-value would help?
Continued in this PR - #2422 |
No description provided.