Skip to content

Commit e7ca667

Browse files
Remove leftover TODO in Vite plugin
1 parent 8359228 commit e7ca667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export default function tailwindcss(): Plugin[] {
212212
enforce: 'pre',
213213

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

218217
let root = roots.get(id)

0 commit comments

Comments
 (0)