Skip to content

Commit 095f4b8

Browse files
Apply suggestions from code review
1 parent 462903b commit 095f4b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@tailwindcss-upgrade/src/codemods/migrate-import.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export function migrateImport({
3838

3939
let params = parseImportParams(ValueParser.parse(firstParam))
4040

41-
// check if the file exists
4241
let fullPath = resolve(dirname(file), params.uri)
4342
if (extname(fullPath) === '') fullPath += '.css'
4443

0 commit comments

Comments
 (0)