-
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
style children #121
Comments
I can use |
You could use |
what @thysultan said (maybe use the child selector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a DropDown component which expects a ul in it's children for the options
I was wanting to put these styles for the ul in the DropDown component itself but styled-jsx doesn't seem to support setting styles for the child components.
What do you think of this idea?
vue-loader supports this by not generating unique classes for each element but rather scoping css to a unique attribute on the root node that defines the style.
The text was updated successfully, but these errors were encountered: