Extra classes w/ Gatsby + Emotion + Tailwind + twin.macro + PostCss #2250
Unanswered
therealgilles
asked this question in
Q&A
Replies: 1 comment 7 replies
-
You are using our Babel plugin and const Child = styled.div``
const Parent = styled.div`
color: hotpink;
${Child} {
background-color: rebeccapurple;
}
` |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering why my config is resulting in extra css classes like 'ehdn4lz3' below, that have no css associated with them:
Any insight would be helpful :)
Beta Was this translation helpful? Give feedback.
All reactions