Skip to content

Commit 9ba6a8d

Browse files
Remove leftover code
1 parent f98f693 commit 9ba6a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/template/candidates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function extractRawCandidates(
1818
candidatesMap.set(`${start}:${end}:${rawCandidate}`, {
1919
rawCandidate,
2020
start,
21-
end: start + rawCandidate.length,
21+
end,
2222
})
2323
}
2424

0 commit comments

Comments
 (0)