Skip to content

Commit 76efea3

Browse files
authored
Update index.ts
1 parent 300203e commit 76efea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Config {
2020
export default class Plugin
2121
{
2222
static addStyle(html: string, style: string) {
23-
return html.replace('<!-- inline_css_plugin -->', `<style>${style}</style>`);
23+
return html.replace('<!-- inline_css_outlet -->', `<style>${style}</style>`);
2424
}
2525

2626
static removeLinkTag(html: string, cssFileName: string) {

0 commit comments

Comments
 (0)