Tailwind Apply equivalent for PrimeFlex

584 views Asked by At

I'm using PrimeFlex (with PrimeVue) and I'd like to know if there is a way to apply PrimeFlex classes in the CSS rather than in the template. I know that in tailwind you can use the @apply like explained in the tailwind doc.

The purpose here is to create reusable classes.

1

There are 1 answers

0
FloCAD On BEST ANSWER

Alright, I just found out the answer in the docs. I don't know why I didn't saw this before but I prefer to put there the answer rather than deleting my question.

You can simply use @include styleclass("the-classes-as-string") as it's explained in the docs in the Reuse Classes section.