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'
3
3
import DefaultTheme from 'vitepress/theme'
4
4
import { h } from 'vue'
5
5
6
- import 'uno.css'
7
-
8
6
import './styles/main.css'
9
7
import './styles/vars.css'
10
8
import './styles/overrides.css'
Original file line number Diff line number Diff line change 1
1
import { resolve } from 'node:path'
2
- // import Inspect from 'vite-plugin-inspect'
3
- import UnoCSS from 'unocss/vite'
4
2
import IconsResolver from 'unplugin-icons/resolver'
5
3
import Icons from 'unplugin-icons/vite'
6
4
import Components from 'unplugin-vue-components/vite'
@@ -46,8 +44,6 @@ export default defineConfig({
46
44
defaultStyle : 'display: inline-block' ,
47
45
} ) ,
48
46
49
- UnoCSS ( resolve ( __dirname , 'unocss.config.ts' ) ) ,
50
-
51
47
// Inspect(),
52
48
] ,
53
49
You can’t perform that action at this time.
0 commit comments