Tailwind CSS, DaisyUI: Styles may be missing (incomplete) within Shadow Roots. #1457
Answered
by
aklinker1
tangxiaoqi-tangxiao
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
aklinker1
Feb 27, 2025
Replies: 2 comments 1 reply
-
vue: <div class="card bg-base-100 w-96 shadow-sm">
<figure>
<img src="https://img.daisyui.com/images/stock/photo-1606107557195-0e29a4b5b4aa.webp" alt="Shoes" />
</figure>
<div class="card-body">
<h2 class="card-title">Card Title</h2>
<p>A card component has a figure, a body part, and inside body there are title and actions parts</p>
<div class="card-actions justify-end">
<button class="btn btn-primary">Buy Now</button>
</div>
</div>
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is probably caused by tailwindlabs/tailwindcss#15005 Borders don't seem to work inside |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tangxiaoqi-tangxiao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably caused by tailwindlabs/tailwindcss#15005
Borders don't seem to work inside
createShadowRootUi
:/