We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7038abf commit 9835a1dCopy full SHA for 9835a1d
packages/@tailwindcss-vite/src/index.ts
@@ -344,9 +344,8 @@ class Root {
344
// the lifetime of the root.
345
private candidates: Set<string> = new Set<string>()
346
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.
+ // List of all dependencies captured while generating the root. These are
+ // retained so we can clear the require cache when we rebuild the root.
350
private dependencies = new Set<string>()
351
352
// The resolved path given to `source(…)`. When not given this is `null`.
0 commit comments