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
Currently we use postcss-nested to expand nested selectors. This causes a problem because it's inconsistent with the way we expand styles without extractStatic.
@ai We don't use postcss-nested to expand selectors at runtime and we expand them differently to the way postcss-nested does. It's not really about fixing postcss-nested because emotion and postcss-nested expand them differently, neither way is necessarily wrong.
Currently we use
postcss-nested
to expand nested selectors. This causes a problem because it's inconsistent with the way we expand styles withoutextractStatic
.For example,
will expand to this without
extractStatic
but it will expand to this with
extractStatic
The text was updated successfully, but these errors were encountered: