-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unexpected behaviour of :global() #93
Labels
Comments
should be fixed by #134 |
I have this works
this does not work:
but this also works (no
Is this intended behavior? |
This is a bug, fixed upstream(stylis v1.2.2). |
@thysultan should we bump? |
@rauchg I'll send a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would expect
.root :global(p + p) { ...
to work but it does not.To make things more clear i am creating a Typography element with css rules that are scoped to the
.root
element but are applied to all sub-element of sub-component. I do this to style markdown-rendered texts.The text was updated successfully, but these errors were encountered: