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

Create plugin for pseudo selectors when using namespaced rules #43

Closed
kof opened this issue Feb 6, 2015 · 1 comment
Closed

Create plugin for pseudo selectors when using namespaced rules #43

kof opened this issue Feb 6, 2015 · 1 comment
Labels
idea What if we turn JSS into styled-components?

Comments

@kof
Copy link
Member

kof commented Feb 6, 2015

{
    display: 'block',
    ':hover': {
        background: 'red'
    }
}

Or just make it via nested plugin

{
    display: 'block',
    '&:hover': {
        background: 'red'
    }
}
@kof kof added task idea What if we turn JSS into styled-components? labels Feb 6, 2015
@kof
Copy link
Member Author

kof commented Feb 6, 2015

done

@kof kof closed this as completed Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea What if we turn JSS into styled-components?
Projects
None yet
Development

No branches or pull requests

1 participant