From 444eca8bd16d95bc6599fae5cd4348d57322d5d8 Mon Sep 17 00:00:00 2001 From: Sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Fri, 12 Aug 2022 00:25:08 +0800 Subject: [PATCH] merage with 02ad97d --- src/routes/__layout.svelte | 1 + vite.config.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index c311e8e6..88852814 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -18,6 +18,7 @@ import { registerSW } from 'virtual:pwa-register' import Head from '$lib/components/head_static.svelte' import Header from '$lib/components/header.svelte' + import 'uno.css' import '../app.css' export let res: Urara.Post[] export let path: string diff --git a/vite.config.ts b/vite.config.ts index 7d462db5..d1227f97 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -31,7 +31,6 @@ export default defineConfig({ }, plugins: [ UnoCSS({ - mode: 'svelte-scoped', include: [/\.svelte$/, /\.md?$/, /\.ts$/], extractors: [extractorSvelte], presets: [