Skip to content

Commit 8f47669

Browse files
committed
Merge branch 'main' of github.com:steveninety/svelte-email-tailwind
2 parents 6ce0e5e + 7faf68a commit 8f47669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/vite/utils/inline-tailwind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function substituteHead(code: string, twClean: string) {
212212
}
213213

214214
const stringAfterStart = code.substring(iS);
215-
const stringToMatchBeforeHeadContent = '$$payload.out += `';
215+
const stringToMatchBeforeHeadContent = '$$payload.out.push(`';
216216
const indexStartHeadContent =
217217
stringAfterStart.indexOf(stringToMatchBeforeHeadContent) +
218218
stringToMatchBeforeHeadContent.length;

0 commit comments

Comments
 (0)