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 f98f693 commit 9ba6a8dCopy full SHA for 9ba6a8d
packages/@tailwindcss-upgrade/src/template/candidates.ts
@@ -18,7 +18,7 @@ export async function extractRawCandidates(
18
candidatesMap.set(`${start}:${end}:${rawCandidate}`, {
19
rawCandidate,
20
start,
21
- end: start + rawCandidate.length,
+ end,
22
})
23
}
24
0 commit comments