Initial commit
Once again a weird place to commit, I have already done a lot of work, but I am just bad at using git, okay.
This commit is contained in:
11
example-app/uno.config.ts
Normal file
11
example-app/uno.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig, presetMini, presetIcons, transformerDirectives } from 'unocss'
|
||||
|
||||
export default defineConfig({
|
||||
presets: [
|
||||
presetMini(),
|
||||
presetIcons(),
|
||||
],
|
||||
transformers: [
|
||||
transformerDirectives(),
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user