You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running this plugin on a codebase with some old, vendored code
in it, and ran into an error when trying to parse a style like the
following:
background: linear-gradient(top, #f00, #00f);
To fix this and generate the expected gradients, I needed to modify the
side corner regex to take the presence or absence of "to" into account
and then modify the direction if it was not there.
0 commit comments