Cleanup aliases, remove example code, tailwind

This commit is contained in:
2024-12-13 21:19:20 -06:00
parent 13b3c29d7d
commit eb9d4cf572
14 changed files with 57 additions and 201 deletions

6
frontend/postcss.config.cjs Executable file
View File

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