mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 05:29:13 +08:00
16 lines
336 B
Text
16 lines
336 B
Text
import VitePlugin__default from '@unocss/vite';
|
|
export * from '@unocss/vite';
|
|
import presetUno__default from '@unocss/preset-uno';
|
|
|
|
function UnocssVitePlugin(configOrPath) {
|
|
return VitePlugin__default(
|
|
configOrPath,
|
|
{
|
|
presets: [
|
|
presetUno__default()
|
|
]
|
|
}
|
|
);
|
|
}
|
|
|
|
export { UnocssVitePlugin as default };
|