File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ export default defineComponent({
6767
6868 if ( type === 'query' ) {
6969 if ( part === '?' ) {
70- classes [ index ] . push ( 'text-red-5 dark:text-red-4 ' )
70+ classes [ index ] . push ( 'text-red-500 dark:text-red-400 ' )
7171 }
7272 else if ( part === '&' ) {
73- classes [ index ] . push ( 'text-orange-5 dark:text-orange-4 ' )
73+ classes [ index ] . push ( 'text-orange-500 dark:text-orange-400 ' )
7474 }
7575 if ( part === '=' ) {
76- classes [ index ] . push ( 'text-orange-9 dark:text-orange-2 op50' )
76+ classes [ index ] . push ( 'text-orange-900 dark:text-orange-200 op50' )
7777 }
7878 else if ( parts [ index + 1 ] === '=' ) {
79- classes [ index ] . push ( 'text-amber-9 dark:text-amber-2 ' )
79+ classes [ index ] . push ( 'text-amber-900 dark:text-amber-200 ' )
8080 }
8181 else {
82- classes [ index ] . push ( 'text-orange-9 dark:text-orange-2 ' )
82+ classes [ index ] . push ( 'text-orange-900 dark:text-orange-200 ' )
8383 }
8484 }
8585 } )
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export default defineNuxtConfig({
9999 debug : { } ,
100100 } ,
101101 minify : NUXT_DEBUG_BUILD ? false : undefined ,
102+ cssMinify : false ,
102103 } ,
103104 optimizeDeps : {
104105 include : [
You can’t perform that action at this time.
0 commit comments