Skip to content

Commit d5b724c

Browse files
Update packages/@tailwindcss-vite/src/index.ts
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1 parent d549337 commit d5b724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-vite/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class Root {
399399
}
400400

401401
// TODO: In a follow up PR we want this filter this against the module graph.
402-
this.includeCandidatesFromModuleGraph = false
402+
this.includeCandidatesFromModuleGraph = true
403403

404404
// Use the specified root
405405
return [this.compiler.root]

0 commit comments

Comments
 (0)