Skip to content

Commit f9697f5

Browse files
committed
Critical scope css fixed
1 parent ba8fae3 commit f9697f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Theme/Controller/Result/AsyncCssPlugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ function ($matches) use (&$cssMatches) {
5858
}
5959
$media = $media ?? 'all';
6060
$loadCssAsync = sprintf(
61-
'<link rel="preload" as="style" media="%s" .
62-
onload="this.onload=null;this.rel=\'stylesheet\'"' .
63-
'href="%s">',
61+
'<link rel="preload" as="style" media="%s"' .
62+
' onload="this.onload=null;this.rel=\'stylesheet\'"' .
63+
' href="%s">',
6464
$media,
6565
$href
6666
);

0 commit comments

Comments
 (0)