client/web: move postcss config into package.json

A little cleanup.

Updates #10261

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy 2023-11-29 11:30:45 -05:00 committed by Sonia Appasamy
parent db39a43f06
commit b155c7a091
2 changed files with 6 additions and 6 deletions

View File

@ -59,5 +59,11 @@
"prettier": {
"semi": false,
"printWidth": 80
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}

View File

@ -1,6 +0,0 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}