Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove leftover code
  • Loading branch information
philipp-spiess committed Oct 8, 2024
commit 1a105f545e1c7fc8a0ee80c331238dc3c21a0e80
2 changes: 1 addition & 1 deletion packages/@tailwindcss-upgrade/src/template/candidates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function extractRawCandidates(
candidatesMap.set(`${start}:${end}:${rawCandidate}`, {
rawCandidate,
start,
end: start + rawCandidate.length,
end,
})
}

Expand Down