Mantine overhaul

This commit is contained in:
Reece Browne
2025-05-15 20:07:33 +01:00
parent d669964975
commit f789533c83
18 changed files with 1852 additions and 1014 deletions
+3
View File
@@ -1,4 +1,7 @@
module.exports = {
corePlugins: {
preflight: false,
},
content: [
"./src/**/*.{js,jsx,ts,tsx}"
],