Skip to content
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

before, after selector support? #39

Closed
katopz opened this issue Dec 17, 2016 · 2 comments
Closed

before, after selector support? #39

katopz opened this issue Dec 17, 2016 · 2 comments
Labels

Comments

@katopz
Copy link

katopz commented Dec 17, 2016

Hi,

I'm not sure before, after selector are support? In case it will never support, what is replacement or workaround.

Thanks!

@katopz
Copy link
Author

katopz commented Dec 17, 2016

Oh it did, my bad! sorry for the noise.

@katopz katopz closed this as completed Dec 17, 2016
@nkzawa
Copy link
Contributor

nkzawa commented Dec 19, 2016

It seems this is not correctly supported.

hr::before {}

is transpiled to

hr::before[data-jsx="12345"]

should be

hr[data-jsx="12345"]::before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants