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

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}