is it possible to add tailwind styles, assuming I also want to keep the existing CSS styles too,
I've already set everything up and can generate the styles using
npx tailwindcss -o ./build/index.css --minify
how do I make these styles get included in the exported styles
is it possible to add tailwind styles, assuming I also want to keep the existing CSS styles too, I've already set everything up and can generate the styles using
how do I make these styles get included in the exported styles