How to add Tailwind CSS to Vue Ionic

I just installed manually, but ideally tailwind is part of the vue ionic build system and takes advantage of postcss and purging)

to install manually i simply downloaded the full css file and put into src/assets/css/ as tailwind.css
then added to main.ts with an import '@/assets/css/tailwind.min.css'

1 Like