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 caa8cbb commit 39fa328Copy full SHA for 39fa328
packages/@tailwindcss-vite/src/index.ts
@@ -399,7 +399,7 @@ class Root {
399
}
400
401
// TODO: In a follow up PR we want this filter this against the module graph.
402
- this.includeCandidatesFromModuleGraph = false
+ this.includeCandidatesFromModuleGraph = true
403
404
// Use the specified root
405
return [this.compiler.root]
0 commit comments