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 300203e commit 76efea3Copy full SHA for 76efea3
src/index.ts
@@ -20,7 +20,7 @@ interface Config {
20
export default class Plugin
21
{
22
static addStyle(html: string, style: string) {
23
- return html.replace('<!-- inline_css_plugin -->', `<style>${style}</style>`);
+ return html.replace('<!-- inline_css_outlet -->', `<style>${style}</style>`);
24
}
25
26
static removeLinkTag(html: string, cssFileName: string) {
0 commit comments