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 0d0d97d commit 5f107e2Copy full SHA for 5f107e2
packages/@tailwindcss-vite/src/index.ts
@@ -287,7 +287,7 @@ class Root {
287
let inputPath = idToPath(this.id)
288
289
function addWatchFile(file: string) {
290
- // Don't watch the input file since it's already a dependency anc causes
+ // Don't watch the input file since it's already a dependency and causes
291
// issues with some setups (e.g. Qwik).
292
if (file === inputPath) {
293
return
0 commit comments