What happened?
When using the `ts/color/modifiers' plugin, and using a gradient in a token we get the error
`TypeError: Could not parse linear-gradient(90deg, #535353 12.8%, #434343 62.47%) as a color. Missing a plugin?
Temporarily im using patch-package to get around it just for looking for linear-gradient in the value string and exiting early. But other people may get this same issue.
Reproduction
just put the linear-gradient as a value of a color
e.g. click here for the configurator link
Expected output
Just for the gradient to use
Version
1.2.6
What happened?
When using the `ts/color/modifiers' plugin, and using a gradient in a token we get the error
`TypeError: Could not parse linear-gradient(90deg, #535353 12.8%, #434343 62.47%) as a color. Missing a plugin?
Temporarily im using
patch-packageto get around it just for looking forlinear-gradientin the value string and exiting early. But other people may get this same issue.Reproduction
just put the linear-gradient as a value of a color
e.g. click here for the configurator link
Expected output
Just for the gradient to use
Version
1.2.6