private function compileStyles( string
$concatenatedStyles,
StorefrontPluginConfiguration
$configuration,
array
$resolveMappings,
string
$salesChannelId,
string
$themeId,
Context
$context ): string
{ try { $variables =
$this->
dumpVariables($configuration->
getThemeConfig() ??
[],
$themeId,
$salesChannelId,
$context);
$features =
$this->
getFeatureConfigScssMap();
$resolveImportPath =
$this->
getResolveImportPathsCallback($resolveMappings);
$importPaths =
[];
$cwd = \
getcwd();
if ($cwd !== false
) { $importPaths[] =
$cwd;
}