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 combination of media and pseudo #8

Open
finkef opened this issue Nov 20, 2021 · 0 comments
Open

Support combination of media and pseudo #8

finkef opened this issue Nov 20, 2021 · 0 comments

Comments

@finkef
Copy link

finkef commented Nov 20, 2021

Hey, awesome library! 🙌
It would be great if this project could support applying pseudos within media queries, for example:

const { styles, ids } = StyleSheet.create({
    example: {
        '@media (min-width: 300px)': {
            ':hover': {
                backgroundColor: 'red',
            }
        }
    }
})

From what I understand, this would require some changes in createCssRule like recursively calling it for nested media or pseudo queries, but I'm not sure of all the implications this might have.

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

1 participant