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.
console.log
@tailwind/vite
1 parent 83fdf37 commit 25b4278Copy full SHA for 25b4278
packages/@tailwindcss-vite/src/index.ts
@@ -318,7 +318,6 @@ function isPotentialCssRootFile(id: string) {
318
// Don't intercept special static asset resources
319
!SPECIAL_QUERY_RE.test(id) &&
320
!COMMON_JS_PROXY_RE.test(id)
321
- if (isCssFile) console.log(id)
322
return isCssFile
323
}
324
0 commit comments