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
<ul class="tw-steps tw-w-full">
<li class="step tw-step-primary">Test 1</li> <-- We should be able to use tw-step here.
<li class="step tw-step-primary">Test 2</li>
<li class="step tw-step-primary">Test 3</li>
</ul>
The text was updated successfully, but these errors were encountered:
My tailwind config contains a prefix property like this:
prefix: 'tw-'
The following highlighted css breaks because when it's used by tailwind it fails to convert the class with prefix.
https://github.com/saadeghi/daisyui/blob/master/src/components/styled/steps.css#L4
The text was updated successfully, but these errors were encountered: