Skip to content

Commit a018208

Browse files
committed
MC-15763: Introduce critical CSS scope loaded through head
- Stabilization
1 parent 29ddcea commit a018208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<label>Use CSS critical path</label>
1414
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1515
<comment>
16-
<![CDATA[<strong style="color:red">Warning!</strong> Be sure that you have critical.css file for your theme. Other CSS files will be loaded asynchronously]]>
16+
<![CDATA[<strong style="color:red">Warning!</strong> Be sure that you have critical.css file for your theme. Other CSS files will be loaded asynchronously.]]>
1717
</comment>
1818
</field>
1919
</group>

0 commit comments

Comments
 (0)