File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
2
defineConfig ,
3
+ presetAttributify ,
3
4
presetIcons ,
4
5
presetTypography ,
6
+ presetUno ,
5
7
presetWebFonts ,
6
8
presetWind ,
7
- presetUno ,
8
9
transformerCompileClass ,
9
10
transformerDirectives ,
10
11
transformerVariantGroup ,
11
- presetAttributify ,
12
12
} from 'unocss'
13
13
import { presetForms } from '@julr/unocss-preset-forms'
14
14
import { presetHeadlessUi } from 'unocss-preset-primitives'
@@ -52,7 +52,6 @@ export default defineConfig({
52
52
} ,
53
53
} ) ,
54
54
55
-
56
55
] ,
57
56
58
57
transformers : [
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ declare module 'vue' {
33
33
Playground : typeof import ( './../../../resources/components/Playground.stx' ) [ 'default' ]
34
34
Pricing : typeof import ( './../../../resources/components/Marketing/Pricing.stx' ) [ 'default' ]
35
35
PrimaryFeatures : typeof import ( './../../../resources/components/Marketing/PrimaryFeatures.stx' ) [ 'default' ]
36
+ PrimaryFeatures2 : typeof import ( './../../../resources/components/Marketing/PrimaryFeatures2.vue' ) [ 'default' ]
36
37
README : typeof import ( './../../../resources/components/README.md' ) [ 'default' ]
37
38
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
38
39
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
You can’t perform that action at this time.
0 commit comments