client/web: add tailwind styling to react app

Updates tailscale/corp#13775

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-08-14 12:51:59 -04:00
committed by Sonia Appasamy
parent b07347640c
commit 12238dab48
7 changed files with 58 additions and 7 deletions

View File

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