diff --git a/client/web/package.json b/client/web/package.json index 81494e4d4..a545756df 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -59,5 +59,11 @@ "prettier": { "semi": false, "printWidth": 80 + }, + "postcss": { + "plugins": { + "tailwindcss": {}, + "autoprefixer": {} + } } } diff --git a/client/web/postcss.config.js b/client/web/postcss.config.js deleted file mode 100644 index 33ad091d2..000000000 --- a/client/web/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}