Gradients not picked up for gradientStops <0% or >100%
Describe the bug I created a gradient token but it isn't being picked up in Figma
To Reproduce Steps to reproduce the behavior: Create these gradients:
- linear-gradient(0deg, $color.primary.key 0%, #02B2C7 100%)
- linear-gradient(0deg, $color.primary.key 0%, #02B2C7 150%)
- linear-gradient(0deg, $color.primary.key -80%, #02B2C7 100%)
Apply these gradients.
Gradient 1 works Gradient 2 and 3 don't
Expected behavior Applying any of these 3 gradients shows up in Figma
Screenshots or Screencasts

Figma file (optional) Send us the link to a Figma file containing a reproducible example
JSON (optional) { "test 1": { "value": "linear-gradient(0deg, #d5a5d7 0%, #02B2C7 100%)", "type": "color" }, "test 2": { "value": "linear-gradient(0deg, #a5a5d7 0%, #02B2C7 150%)", "type": "color" } }
Same here as well. Gradient rotation doesn't work currently.
Found the cause: Gradient stops below 0% or above 100% seem to have stopped working when we fixed gradient orientation. Will look into this, thanks for reporting!
Yes, Same for me
@six7 @neatlittlemacapps @Blyawon https://github.com/tokens-studio/figma-plugin/issues/2331 i think this describes more of the gradient bug. right?
This request has been moved to our new feedback tool. Go check out https://tokensstudio.featurebase.app/ to create a free account. You can upvote and comment on existing posts, make a new request, and subscribe to be notified when requests move into our roadmap.
Added to Featurebase Roadmap : 🎨 Expand gradient color support