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

Child selectors in function rules #721

Closed
afrankel-sfdo opened this issue May 31, 2018 · 3 comments
Closed

Child selectors in function rules #721

afrankel-sfdo opened this issue May 31, 2018 · 3 comments
Labels
bug It went crazy and killed everyone.

Comments

@afrankel-sfdo
Copy link

All variants of child selectors in a function rule don't appear to work. Non-function rules work as expected.

direct: props => ({
    color: theme.error,
    "& span": {
      color: theme.color
    }
  }),

https://codesandbox.io/s/llv18nznnm

screen shot 2018-04-17 at 8 16 05 am

@kof
Copy link
Member

kof commented May 31, 2018

I think it is the same as #706

@kof kof added bug It went crazy and killed everyone. complexity:high Best brains need to talk about it. labels May 31, 2018
@afrankel-sfdo
Copy link
Author

@kof seems reasonable, wasn't sure if media queries and child selectors are handled differently.

@kof kof removed the complexity:high Best brains need to talk about it. label Jun 10, 2018
@kof
Copy link
Member

kof commented Jun 19, 2018

tbc in #682

@kof kof closed this as completed Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It went crazy and killed everyone.
Projects
None yet
Development

No branches or pull requests

2 participants