File tree Expand file tree Collapse file tree 3 files changed +218
-179
lines changed Expand file tree Collapse file tree 3 files changed +218
-179
lines changed Original file line number Diff line number Diff line change 1
- @import "tailwindcss" ;
1
+ @import "tailwindcss" theme(static) ;
2
2
@import "@nuxt/ui-pro" ;
3
3
4
4
@source "../../../content/**/*" ;
5
5
6
- @theme {
6
+ @theme static {
7
7
--font-sans : 'Public Sans' , sans-serif;
8
8
9
9
--color-green-50 : # EFFDF5 ;
Original file line number Diff line number Diff line change 12
12
"typecheck" : " nuxt typecheck"
13
13
},
14
14
"dependencies" : {
15
- "@iconify-json/lucide" : " ^1.2.26 " ,
15
+ "@iconify-json/lucide" : " ^1.2.27 " ,
16
16
"@iconify-json/simple-icons" : " ^1.2.26" ,
17
17
"@iconify-json/vscode-icons" : " ^1.2.16" ,
18
18
"@nuxt/content" : " ^3.2.2" ,
19
19
"@nuxt/image" : " ^1.9.0" ,
20
- "@nuxt/ui-pro" : " 3.0.0-alpha.13 " ,
20
+ "@nuxt/ui-pro" : " 3.0.0-beta.2 " ,
21
21
"nuxt" : " ^3.15.4" ,
22
22
"nuxt-llms" : " 0.1.0" ,
23
23
"nuxt-og-image" : " ^4.1.4"
26
26
"@nuxt/eslint" : " ^1.1.0" ,
27
27
"eslint" : " ^9.21.0" ,
28
28
"typescript" : " ^5.7.3" ,
29
- "vue-tsc" : " ^2.2.0 "
29
+ "vue-tsc" : " ^2.2.2 "
30
30
},
31
31
"resolutions" : {
32
- "tailwindcss" : " 4.0.7" ,
33
- "@tailwindcss/postcss" : " 4.0.7" ,
34
- "@tailwindcss/vite" : " 4.0.7" ,
35
- "vue-tsc" : " 2.2.0"
32
+ "vue-tsc" : " 2.2.2"
36
33
},
37
34
"pnpm" : {
38
35
"onlyBuiltDependencies" : [
39
36
" better-sqlite3"
40
37
]
41
38
},
42
- "packageManager" : " pnpm@10.5.0 "
39
+ "packageManager" : " pnpm@10.5.2 "
43
40
}
You can’t perform that action at this time.
0 commit comments