Remove leftover TODO in Vite plugin

This commit is contained in:
Philipp Spiess 2024-09-04 11:43:41 +02:00
parent 835922812b
commit e7ca667f76

View File

@ -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)