Fix inline CSS in html
This commit is contained in:
@ -134,7 +134,7 @@ export async function generateResourcesForMainTheme(params: {
|
||||
if (filePath.endsWith(".css")) {
|
||||
const { fixedCssCode } = replaceImportsInCssCode({
|
||||
cssCode: sourceCode.toString("utf8"),
|
||||
fileRelativeDirPath: pathDirname(fileRelativePath),
|
||||
cssFileRelativeDirPath: pathDirname(fileRelativePath),
|
||||
buildContext
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user