We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e8bc6 commit ae0bc39Copy full SHA for ae0bc39
stitches/app/entry.server.tsx
@@ -16,7 +16,7 @@ export default function handleRequest(
16
);
17
18
markup = markup.replace(
19
- /<style id="stitches">.*<\/style>/g,
+ /<style id="stitches">.*?<\/style>/gs,
20
`<style id="stitches">${getCssText()}</style>`,
21
22
0 commit comments