⏪ Pick up the single-page application as frontend
This commit is contained in:
5
web/uno.config.ts
Executable file
5
web/uno.config.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
import { defineConfig, presetAttributify, presetTypography, presetUno } from "unocss"
|
||||
|
||||
export default defineConfig({
|
||||
presets: [presetAttributify(), presetTypography(), presetUno({ preflight: false })],
|
||||
})
|
Reference in New Issue
Block a user