tailwindcss-dir
tailwindcss-dir copied to clipboard
not working when used via @apply in style file
As mentioned in the title, when used with @apply, given classes are not added to the template.
example use case:
.action-btn-label{ @apply ps-font-medium ps-text-ghost-blue rtl:ps-text-xl; }
the first two classes are added to the item but not ps-text-xl