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 649914f commit 7593a7bCopy full SHA for 7593a7b
src/loaders/windicss-template.ts
@@ -78,7 +78,7 @@ function WindicssTemplate(
78
return def(transformedCSS, match)
79
}
80
const transformedCSS = transformCSS(service, css, this.resource)
81
- return `<style${meta}>\n${transformedCSS}\n</style>`
+ return `<style${meta}>${transformedCSS}</style>`
82
})
83
debug.loader('Transformed template ', this.resource)
84
const transformed = service.transformGroups(templateWithTransformedCSS)
0 commit comments