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
Looks like the regex's in cleanupModernColors are a bit too eager and run past the closing parenthesis. Perhaps it would be enough to replace [^\s] with [^\s)], though I'm not quite sure about that.
Version tested: 1.3.73
Looks like decimals cause something to go wrong when processing an rgb() function with decimal numbers in legacy format.
Almost self-sufficient example:
This outputs:
The second output (BAD) is obviously not correct.
As far as I can see the decimals are valid in CSS, also in the legacy rgb syntax.
The text was updated successfully, but these errors were encountered: