An Official way to install tailwind

Hey Everyone,

I wanted to know is there any official way of installing tailwind ? by “official” I mean: installing tailwind without breaking any thing in Ionic default styles?

It would be nice to provide solutions for latest version of Ionic. It would be nice if you could provide ways of installation for React, Vue and Angular.

Thanks in advance

1 Like

I’m wondering the same. Tried to do this in ionic 7.5 (angular) + tailwind 3 without success.

My setup in an Ionic 7 Vue project still follows what I posted here - Integration of Ionic React Tailwind CSS - #6 by twestrick. The only difference (or mistake in the post) is that the CSS imports are in theme.ts and not main.ts.

There are also a couple other solutions in that same post along with a recent article.