feat: remove global.css import to enable global CSS file customizations (#650)

Co-authored-by: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com>
This commit is contained in:
Valerio Ageno
2025-03-20 16:41:41 +01:00
committed by GitHub
parent d562aa87a3
commit 97082840f8
5 changed files with 8 additions and 1 deletions
-1
View File
@@ -42,7 +42,6 @@ const CLIENT_ENTRY_DATA: &str = "// File automatically generated by tuono
// Do not manually update this file
import 'vite/modulepreload-polyfill'
import { hydrate } from 'tuono/hydration'
import '../src/styles/global.css'
// Import the generated route tree
import { routeTree } from './routeTree.gen'