Replies: 1 comment
-
The only thing I found is: install(
defineConfig({
ignorelist: [/^p-*/],
... But I'm not sure if this is the best solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
Hi!
I use a component library that has its own style classes and twind shows me warnings in the console:
warn.ts:34 [TWIND_INVALID_CLASS] Unknown class "p-toolbar-group-start" found. {detail: 'p-toolbar-group-start'}
I used to be able to hide warnings:
but now I don't see how I can configure the mode in my config:
Can you tell me how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions