Skip to content

Commit 9835a1d

Browse files
committed
Tweak comment
1 parent 7038abf commit 9835a1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,8 @@ class Root {
344344
// the lifetime of the root.
345345
private candidates: Set<string> = new Set<string>()
346346

347-
// List of all file dependencies that were captured while generating the root.
348-
// These are retained so we can clear the require cache when we rebuild the
349-
// root.
347+
// List of all dependencies captured while generating the root. These are
348+
// retained so we can clear the require cache when we rebuild the root.
350349
private dependencies = new Set<string>()
351350

352351
// The resolved path given to `source(…)`. When not given this is `null`.

0 commit comments

Comments
 (0)