styled-components / styled-components

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
https://styled-components.com
MIT License
40.11k stars 2.48k forks source link

fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors #4245

Closed quantizor closed 4 months ago

quantizor commented 4 months ago

In some circumstances, prior versions of stylis would not properly apply the component namespace to a nested rule when using comma-joined selector chains, e.g. &.foo, p:not(:last-child).

Fixes #4224

Thank you very much @Andarist for patching!