yagudaev / css-gradient-to-figma

Plugin to insert a CSS Gradient into Figma
https://www.figma.com/community/plugin/1157089605295322526/CSS-Gradient-to-Figma
MIT License
18 stars 2 forks source link

Add support for negative color stops + ones larger than 100% #12

Open yagudaev opened 2 years ago

yagudaev commented 2 years ago

In order to support color stop that are negative we need to stretch the gradient as figma doesn't support it natively.

See PR #11 for more details