New
styled-components@6.3.6
Patch Changes
- 189bc17: Fix url() CSS function values being incorrectly stripped when using unquoted URLs containing
//(e.g.,url(https://example.com)). The//in protocol URLs likehttps://,http://,file://, and protocol-relative URLs was incorrectly being treated as a JavaScript-style line comment.