atomicptr / page_speed_plus

Improve your TYPO3 page speed by using common best practices and other shenanigans :).
MIT License
0 stars 0 forks source link

Add option to inline CSS #2

Open atomicptr opened 7 years ago

atomicptr commented 7 years ago
page.includeCSS {
    custom = fileadmin/custom.css
    custom.inline= 1
}

This should load the CSS and inline it, duh.

atomicptr commented 6 years ago

Related to https://github.com/TYPO3/TYPO3.CMS/blob/0ee39ddedb02a9f8478cc67e1e2bede34deededd/typo3/sysext/core/Classes/Page/PageRenderer.php#L2521