stitchesjs / stitches

[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
https://stitches.dev
MIT License
7.73k stars 249 forks source link

Fix toTokenizedValue() execution with URL values #1066

Closed sarahhling closed 1 year ago

sarahhling commented 2 years ago

Fixes #986

Updated regex to parse URL links, added test cases.