File tree Expand file tree Collapse file tree 3 files changed +92
-103
lines changed Expand file tree Collapse file tree 3 files changed +92
-103
lines changed Original file line number Diff line number Diff line change 1616 "vue-router" : " ^4.5.0"
1717 },
1818 "devDependencies" : {
19- "@nuxt/ui-pro" : " https://pkg.pr.new/@nuxt/ui-pro@1ecd32b " ,
19+ "@nuxt/ui-pro" : " https://pkg.pr.new/@nuxt/ui-pro@7ce5c6a " ,
2020 "@vitejs/plugin-vue" : " ^5.2.1" ,
2121 "eslint" : " ^9.21.0" ,
2222 "eslint-plugin-vue" : " ^9.32.0" ,
2323 "typescript" : " ^5.7.3" ,
2424 "typescript-eslint" : " ^8.25.0" ,
2525 "vite" : " ^6.2.0" ,
2626 "vue-tsc" : " ^2.2.4"
27- },
28- "resolutions" : {
29- "tailwindcss" : " 4.0.7" ,
30- "@tailwindcss/postcss" : " 4.0.7" ,
31- "@tailwindcss/vite" : " 4.0.7"
3227 }
3328}
Original file line number Diff line number Diff line change 1- @import "tailwindcss" ;
1+ @import "tailwindcss" theme(static) ;
22@import "@nuxt/ui-pro" ;
33
4- @theme {
5- --color-green-50 : # EFFDF5 ;
6- --color-green-100 : # D9FBE8 ;
7- --color-green-200 : # B3F5D1 ;
8- --color-green-300 : # 75EDAE ;
9- --color-green-400 : # 00DC82 ;
10- --color-green-500 : # 00C16A ;
11- --color-green-600 : # 00A155 ;
12- --color-green-700 : # 007F45 ;
13- --color-green-800 : # 016538 ;
14- --color-green-900 : # 0A5331 ;
15- --color-green-950 : # 052E16 ;
4+ @theme static {
5+ --color-green-50 : oklch (90.98% 0.04338 166.72 );
6+ --color-green-100 : oklch (88.46% 0.05417 166.29 );
7+ --color-green-200 : oklch (83.957% 0.07763 165.13 );
8+ --color-green-300 : oklch (79.343% 0.09927 163.52 );
9+ --color-green-400 : oklch (74.927% 0.11835 162.26 );
10+ --color-green-500 : oklch (70.253% 0.13197 160.37 );
11+ --color-green-600 : oklch (58.426% 0.10793 160.73 );
12+ --color-green-700 : oklch (45.657% 0.08188 161.06 );
13+ --color-green-800 : oklch (32.298% 0.05338 161.83 );
14+ --color-green-900 : oklch (17.276% 0.02184 161.78 );
1615}
You can’t perform that action at this time.
0 commit comments