Skip to content

Commit 994e613

Browse files
committed
fix(utils): fix pour la désactivation de l'effet typewriter dans scopeStyles
1 parent a6127a9 commit 994e613

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/js/utils/css.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function scopeStyles(htmlString, prefix) {
3535
},
3636
);
3737
// On désactive l'effet typewriter pour la balise style avec \`
38-
return `\\\`<style>${scopedCSS}</style>\\\``;
38+
return `\\\`\n<style>${scopedCSS}</style>\n\\\``;
3939
},
4040
);
4141
}

app/script.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/script.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)