Replies: 1 comment
-
Hey there 👋 Twin doesn't have this capability but you can supply your own scoped globalstyles. Best bet is to import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I'm using twin macro & react as a module within a larger landing page building platform called Hubspot. What I'm noticing is that the
<GlobalStyles/>
element is overwriting the default theme resets that we've built into Hubspot.So my question is, what is the best way to prevent this from happening?
Is it possible to change the selectors in
<GlobalStyles/>
to descendant selectors so that they are only applying those styles to a particular class?Beta Was this translation helpful? Give feedback.
All reactions