We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm not sure before, after selector are support? In case it will never support, what is replacement or workaround.
before
after
Thanks!
The text was updated successfully, but these errors were encountered:
Oh it did, my bad! sorry for the noise.
Sorry, something went wrong.
It seems this is not correctly supported.
hr::before {}
is transpiled to
hr::before[data-jsx="12345"]
should be
hr[data-jsx="12345"]::before
No branches or pull requests
Hi,
I'm not sure
before
,after
selector are support? In case it will never support, what is replacement or workaround.Thanks!
The text was updated successfully, but these errors were encountered: