Skip to content

Commit

Permalink
Update packages/@tailwindcss-vite/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
  • Loading branch information
RobinMalfait and thecrypticace committed Oct 28, 2024
1 parent 6fc9891 commit c51b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@tailwindcss-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class Root {
}

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

// Use the specified root
return [this.compiler.root]
Expand Down

0 comments on commit c51b20f

Please sign in to comment.