-
Notifications
You must be signed in to change notification settings - Fork 40
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
targeting untagged elements #47
Comments
Oh, if I append |
Nevermind, |
I think I worked around this at the time by having a separate completely unscoped CSS file just for this. I'm assuming the closure is because there's some other solution to this now? Is it #60? |
@LoganDark Yes, I believe #60 can solve your problem. |
If it works, then it should. I don't have that problem anymore, I've long since left that project. But hopefully in the future it should be a solved problem. |
I have a
prose
class from tailwindcss that styles allp
anda
andh1
and etc. elements inside of it, but the problem is thosep
anda
andh1
elements do not have the data-v-whatever tag that react-scoped-css adds. So I need to find a way to target those, but it appears this isn't supported. :/The text was updated successfully, but these errors were encountered: