Skip to content

Commit

Permalink
Remove leftover TODO in Vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 4, 2024
1 parent 8359228 commit e7ca667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@tailwindcss-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export default function tailwindcss(): Plugin[] {
enforce: 'pre',

async transform(src, id) {
// TODO: Check if this is also triggered by invalidateModule
if (!isPotentialCssRootFile(id)) return

let root = roots.get(id)
Expand Down

0 comments on commit e7ca667

Please sign in to comment.