You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as workaround you can use !important (with tailwindcss it's before:!content-[attr(data-test)])
vchirikov
changed the title
bug(typography): can't use before/after:content with .prose cod
bug(typography): can't use before/after:content with .prose code
Nov 28, 2023
What version of daisyUI are you using?
4.4.10
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://play.tailwindcss.com/8V87f1WNwn
Describe your issue
Hi, first of all thanks for your awesome library.
I found that I can't add use
before:content
(orafter:content
) with daisyui indiv.prose
even if I addnot-prose
daisyui/src/components/styled/typography.css
Lines 24 to 27 in f7defdc
Could we add
not-prose
selector for before/after here?The text was updated successfully, but these errors were encountered: