Skip to content
Snippets Groups Projects
Commit becf7869 authored by Adam Shepherd's avatar Adam Shepherd
Browse files

Minor comment correction

parent 21a7c98d
No related branches found
Tags 8.x-1.7
No related merge requests found
......@@ -71,7 +71,7 @@ class InlineCssEmailAdjuster extends EmailAdjusterBase implements ContainerFacto
*/
public function postRender(EmailInterface $email) {
// Inline CSS. Request optimization so that the CssOptimizer performs
// essential processing such as @include.
// essential processing such as @import.
$assets = (new AttachedAssets())->setLibraries($email->getLibraries());
$css = '';
foreach ($this->assetResolver->getCssAssets($assets, TRUE) as $file) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment