Replies: 3 comments 4 replies
-
Hey Bud. This is something we've chatted about in theory but don't support for now. My main issues with it are as follows:
globalStyle('.someClass button, .someOtherClass:not(button):active', {
backgroundColor: 'black',
color: 'white'
':hover': {
backgroundColor: 'white',
color: 'black'
}
});
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A temporary workaround for this is to create a second global style:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Would be such a great addition to be able to use the ie
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would really like to be able to do this:
but I get the error:
Beta Was this translation helpful? Give feedback.
All reactions