-
Notifications
You must be signed in to change notification settings - Fork 35
React Style To Css ??? #6
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
Comments
how to add an event listener to a CSS Pseudo-element ???
https://stackoverflow.com/q/9395858/8202629 https://stackoverflow.com/questions/5598675/javascript-find-pseudo-elements
|
https://stackoverflow.com/questions/5598675/javascript-find-pseudo-elements
|
@xgqfrms-gildata - not quite following what the issue/ask is for this item? Can you elaborate a bit more? |
@staxmanade I think the original issue is... This is your CSS class :
This is the output from your conversion:
Correct me if I'm wrong, but I think it should be something like :
I'm not an expect, but I know if you have a JSSProperty, you can put a string containing an additional rule. For example, a container that will have a CSS on
I think the conversion is wrong, because it doesn't nest rules such as |
Sorry for that confused description. wanted
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors#Pseudo-elements
error result
|
Can you explain why/how this is used in a react app? It's my understanding that pseudo selectors are not supported at the element level so I'm not sure I understand what this change would mean if we did make it... |
Css To React
http://staxmanade.com/CssToReact/
how to fixed this bug ???
React To Css
http://reactcss.com/
The text was updated successfully, but these errors were encountered: