francosopo

Results 1 comments of francosopo

I had the same issue, but it was kind of fixed by doing in postcss config file `module.exports = { plugins: { tailwindcss: { config:'./tailwind.config.js', }, autoprefixer: {}, }, }`...