-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
apply linear gradient incase variable reference not resolved #3159
apply linear gradient incase variable reference not resolved #3159
Conversation
🦋 Changeset detectedLatest commit: 3190587 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Commit SHA:c33a2720f958a033ea7cf650269a2c3bf1d1c582 Test coverage results 🧪
|
Commit SHA:c33a2720f958a033ea7cf650269a2c3bf1d1c582 |
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, working as expected 🎉
can you add the changeset as well!
Why does this PR exist?
Fixes #3150
What does this pull request do?
Testing this change
Steps to reproduce the behavior:
Create a gradient, for example:
linear-gradient(45deg, #ff00ff 0%, #ff0000 100%)
Reference this gradient in another token (in the same or other set)
Export these as Styles in Figma
Additional Notes (if any)
Before
After