Open davidosullivan opened 9 years ago
fixed this one by changing sideOrCorner: /^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,
to
sideOrCorner: /^to (left (top|bottom)|right (top|bottom)|top (right|left)|bottom (right|left)|left|right|top|bottom)/i,
this doesn't parse either...
repeating-linear-gradient(to bottom right,rgb(254, 158, 150) 0%,rgb(172, 79, 115) 100%)