How to implement multiple class selectors like .a.b in Emotion?

85 views Asked by At

I'm migrating some CSS to Emotion, some selectors are like .a.b {...}. What's the best way to use Emotion for this?

I've tried css`.${a}.${b}` but it doesn't work :(

0

There are 0 answers