Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH committed Jan 2, 2025
1 parent 4ee5771 commit 968a61d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/stage/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import { routes } from 'vue-router/auto-routes'
import App from './App.vue'
import { i18n } from './modules/i18n'

import '@unocss/reset/tailwind.css'
import 'uno.css'
import './styles/main.css'

const pinia = createPinia()
const routeRecords = setupLayouts(routes)

Expand Down

0 comments on commit 968a61d

Please sign in to comment.