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

Support pseudo states with nested children #72

Closed
viniciusdacal opened this issue May 9, 2016 · 2 comments
Closed

Support pseudo states with nested children #72

viniciusdacal opened this issue May 9, 2016 · 2 comments

Comments

@viniciusdacal
Copy link

Is there a way to support pseudo state with nested children?
eg.:

button: {
  color: 'white',
  ':hover': {
    color: 'red'
    icon: {
      color: 'inherit'
    }
  }
},
icon: {
  color: 'blue'
}

In this case, I need to change my icon color to inherit only when button is hovered

@viniciusdacal
Copy link
Author

viniciusdacal commented May 9, 2016

Oh, I think there is a pull request open about this right? #61

@xymostech
Copy link
Contributor

That is it! There's also already an issue, #10 which I'm gonna merge this into.

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

No branches or pull requests

2 participants