Closed
Description
After upgrading to Tailwind 4, I'm getting this error in my Qwik + Tailwind app:
x Build failed in 4.66s
error during build:
[vite:css] [postcss] /Project/SiteQwik/src/global.css:3444:27: Unknown word
file: /Project/SiteQwik/src/global.css:3444:26
at Input.error (/npm/node_modules/postcss/lib/input.js:109:16)
at Parser.unknownWord (/npm/node_modules/postcss/lib/parser.js:593:22)
at Parser.other (/npm/node_modules/postcss/lib/parser.js:435:12)
at Parser.parse (/npm/node_modules/postcss/lib/parser.js:470:16)
at parse (/npm/node_modules/postcss/lib/parse.js:11:12)
at new LazyResult (/npm/node_modules/postcss/lib/lazy-result.js:133:16)
at Processor.process (/npm/node_modules/postcss/lib/processor.js:53:14)
at compileCSS (file:///npm/node_modules/vite/dist/node/chunks/dep-CHZK6zbr.js:36898:59)
at async Object.transform (file:///npm/node_modules/vite/dist/node/chunks/dep-CHZK6zbr.js:36171:11)
at async transform (file:///npm/node_modules/rollup/dist/es/shared/node-entry.js:20698:16)
❌ Error: Client build failed: Error: Command failed with exit code 1: npm run build.client
node:internal/modules/cjs/loader:1247
throw err;
The problem is that it does not tell us where. As a developer I need to know some info related to MY code in order to be able to track the problem and solve it.
Please give us some info related to our code in this error.
Metadata
Metadata
Assignees
Labels
No labels