Css fixes, Tailwind forward

This commit is contained in:
Reece
2025-06-08 13:45:45 +01:00
parent b1584151ba
commit 1e0949ff2b
10 changed files with 140 additions and 484 deletions

View File

@@ -4,9 +4,7 @@ import { mantineTheme } from './theme/mantineTheme';
import HomePage from './pages/HomePage';
// Import global styles
import './styles/theme.css';
import './styles/tailwind.css';
import './styles/components.css';
import './index.css';
export default function App() {