Skip to content

Autoprefixer is not added to postcss.config.js on install #14

Closed
@stefanobartoletti

Description

@stefanobartoletti

After running vue add tailwind, the generated postcss.config.js does not cointain an entry for Autporefixer, like stated on the Readme.

Its contents are as follows:

module.exports = {
  plugins: {
    tailwindcss: {},
    'vue-cli-plugin-tailwind/purgecss': {}
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions