I want to use tailwind in my Ionic project but Im facing an issue. I have installed tailwindcss tailwindcss/vite and preflight. I have added tailwind plugin to vite config, I have created basic tailwind config with only primary color provided. I also included style.css that contains @import "tailwindcss. But nothing worked for me. Styles were not applied to my project at all. It does not fails or something it just does not work. Could someone please explain how I can tailwind to my Ionic+Vue+Vite project?
I have th same problem with a little difference in android studio, tailwind is working fine in web native and local server but when I build apk tailwind is not working in stanalone app. and I really have no Idea why.