File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ import TwoSlashFloatingVue from '@shikijs/vitepress-twoslash/client'
33import DefaultTheme from 'vitepress/theme'
44import { h } from 'vue'
55
6- import 'uno.css'
7-
86import './styles/main.css'
97import './styles/vars.css'
108import './styles/overrides.css'
Original file line number Diff line number Diff line change 11import { resolve } from 'node:path'
2- // import Inspect from 'vite-plugin-inspect'
3- import UnoCSS from 'unocss/vite'
42import IconsResolver from 'unplugin-icons/resolver'
53import Icons from 'unplugin-icons/vite'
64import Components from 'unplugin-vue-components/vite'
@@ -46,8 +44,6 @@ export default defineConfig({
4644 defaultStyle : 'display: inline-block' ,
4745 } ) ,
4846
49- UnoCSS ( resolve ( __dirname , 'unocss.config.ts' ) ) ,
50-
5147 // Inspect(),
5248 ] ,
5349
You can’t perform that action at this time.
0 commit comments