-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceBuild | Project SystemCompiling and PackagingCompiling and PackagingCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatEasyGood for NewcomersGood for Newcomers
Milestone
Description
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
Labels
- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceBuild | Project SystemCompiling and PackagingCompiling and PackagingCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatEasyGood for NewcomersGood for Newcomers
Type
Projects
Status
Done