Skip to content

Commit

Permalink
fix(astro): the reset style is overwritten (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 23, 2023
1 parent 636a01d commit e9b15cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/index.ts
Expand Up @@ -44,7 +44,7 @@ function AstroVitePlugin(options: AstroVitePluginOptions): Plugin {
&& id.includes(UNO_QUERY_KEY)
&& id.includes('.css')
)
return ''
return null
},
}
}
Expand Down

0 comments on commit e9b15cc

Please sign in to comment.