I’ve downloaded the project and fiddled around with it for a few hours. The online guide seems to be outdated so I tried to search a way to use tailwindcss styles in the project.
But what I’ve found is that the project is using “@tailwindcss/vite” package and all other tutorials online were using just the “tailwindcss” and “postcss”, “autoprefixer” packages. So I decided to remove it and reinstall it using the standard way documented in tailwindcss’s website. But here is how it became a nightmare because vite started to complain about unknown words in the css, this Pre-transform error persists even after I remove all the new packages and reinstall the “@tailwindcss/vite” package. And I can’t init a tailwindcss.config.ts file anymore because the CLI told me npm error could not determine executable to run.