tailwindcss-dir icon indicating copy to clipboard operation
tailwindcss-dir copied to clipboard

not working when used via @apply in style file

Open ali-toghiani opened this issue 3 years ago • 0 comments

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

ali-toghiani avatar Apr 10 '22 06:04 ali-toghiani