tall
tall copied to clipboard
New install not working (postcss incorrectly configured) #138
Hi, @danharrin
I faced installation error while, npm run dev
I had read all of previous discussions.
Here i tried, fresh :
Here i tried, postcss.config.js renaming to postcss.config.cjs :
though not working...
But here, postcss.config.js with module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }
It's fixed.