We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b841c7 commit 074c334Copy full SHA for 074c334
app/vite.config.ts
@@ -2,6 +2,9 @@ import { nitro } from 'nitro/vite'
2
import { defineConfig } from 'vite'
3
4
export default defineConfig({
5
+ css: {
6
+ lightningcss: {},
7
+ },
8
plugins: [
9
nitro({
10
config: {
0 commit comments