mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
docs: add dedicated docs website
This commit is contained in:
14
docs/uno.config.ts
Normal file
14
docs/uno.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { UserConfig } from 'unocss'
|
||||
import { defineConfig, presetIcons, presetWind4, transformerDirectives } from 'unocss'
|
||||
|
||||
const config: UserConfig = defineConfig({
|
||||
presets: [
|
||||
presetWind4(),
|
||||
presetIcons(),
|
||||
],
|
||||
transformers: [
|
||||
transformerDirectives(),
|
||||
],
|
||||
})
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user