Is there a way in tailwind to compile a css file differently?
My project uses tailwind and is configure to have prefix. However, a 3rd party library is using tailwind without prefix. This cause the build to fail.
Is there a way I can process the 3rd party css to compile the tailwind classes with prefix?
Back