Targeting nested elements using tagged-template literal notation #1330
-
Hola, Using tagged-template literal notation with For example, I have this setup:
I'd like to target only I've also tried adding a data attribute and targeting like this:
However, no luck. Thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @dungle-scrubs, that's wrong repo for this question. It might be useful to post stuff like this in https://github.com/emotion-js/emotion/. Try
|
Beta Was this translation helpful? Give feedback.
Hey @dungle-scrubs, that's wrong repo for this question. It might be useful to post stuff like this in https://github.com/emotion-js/emotion/.
Try
data-type="panel"
instead ofdataType="panel"
.aria-
anddata-
props are kebab-case, unlike any other props.