Start implementing a new user page for account and security settings

This commit is contained in:
Fabian Stamm
2023-04-09 18:20:43 +02:00
parent 1e2bb83447
commit 922ed1e813
46 changed files with 2307 additions and 443 deletions

View File

@ -1,3 +1,7 @@
module.exports = {
plugins: [],
plugins: {
tailwindcss: {},
autoprefixer: {},
cssnano: {},
},
};