Skip to content

Commit

Permalink
fix css transform
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 20, 2024
1 parent 06a6a49 commit 1d6bb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineConfig({
vite: {
plugins: [
vanillaExtractPlugin({
// unstable_mode: 'transform',
// TODO: this is a workaround
unstable_mode: 'transform',
}),
viteTsConfigPaths(),
],
Expand Down

0 comments on commit 1d6bb96

Please sign in to comment.