-
How can I use tailwind classes instead of plain css in the css config? This is what I'm trying to add to the .some-class {
@apply !bg-card
} But the css config seems to only support this style?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can’t directly use Tailwind utility classes inside the If you want a reusable class with Tailwind, you have two main options: 1) Use
|
Beta Was this translation helpful? Give feedback.
-
I'm having the |
Beta Was this translation helpful? Give feedback.
-
Just found out this is the right way to do that:
|
Beta Was this translation helpful? Give feedback.
Just found out this is the right way to do that: