-
I tried adding |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Jun 18, 2025
Replies: 1 comment 3 replies
-
The plugin does not seem to define variants for those elements. You could try |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tycobra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin does not seem to define variants for those elements. You could try
[&_dl]:
,[&_dd]:
and[&_dt]:
respectively. Or if you are using thenot-prose
class too, then you could do[&_dl:not(.not-prose_*)]:
,[&_dd:not(.not-prose_*)]:
and[&_dt:not(.not-prose_*)]:
respectively. You could also abstract these using@custom-variant
to use theprose-*
variant naming scheme too.