Skip to content

Commit

Permalink
Update lib/parse-styles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jul 24, 2023
1 parent 7f15985 commit 9432f41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/parse-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ async function loadImportContent(
state.importedFiles[filename][media] = {}
}
state.importedFiles[filename][media][layer] = true
} else if (from.includes(filename)) {
}

if (from.includes(filename)) {
return
}

Expand Down

0 comments on commit 9432f41

Please sign in to comment.