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