refactor: begin transition of mui to headless ui + tailwind

This commit is contained in:
alexsparkes
2024-06-04 17:28:35 +01:00
parent 524342efad
commit 143c93364f
8 changed files with 4946 additions and 3553 deletions

6
postcss.config.js Normal file
View File

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