jest-styled-components
jest-styled-components copied to clipboard
Fix issue #245 with recursive filtering
Fixes #245. This may be a breaking change for some users due to the now correct ordering of @media/@supports rules in the serialisation, but the behaviour now is a more accurate representation of what is actually happening.
There is an upstream issue with indentation for nested @media/@supports rules: https://github.com/reworkcss/css/issues/134
@probablyup this has been updated recently. Are you able to take a look?