Skip to content

postcss.config.js is not supported together with Nuxt #352

@josecelano

Description

@josecelano

WHen you run npm run dev you get this warning:

 WARN  Using postcss.config.js is not supported together with Nuxt. Use options.postcss instead. You can read more in https://nuxt.com/docs/api/configuration/nuxt-config#postcss. 

It seems we are not using that file: https://github.com/torrust/torrust-index-gui/blob/develop/postcss.config.js

module.exports = {
  plugins: {
    "tailwindcss/nesting": {},
    tailwindcss: {},
    autoprefixer: {}
  }
};

We should delete it and move its contents to nuxt.config.ts (if I'm not wrong).

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions