We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After running vue add tailwind, the generated postcss.config.js does not cointain an entry for Autporefixer, like stated on the Readme.
vue add tailwind
postcss.config.js
Its contents are as follows:
module.exports = { plugins: { tailwindcss: {}, 'vue-cli-plugin-tailwind/purgecss': {} } }