- Date
- Author
- georges-gomes
Inline critical CSS
jampack has a new option to inline critical CSS.
- Avoids a FOUC while the stylesheet is remotely downloaded after the html content.
- Improves CLS score of Core Web Vitals.
{
css: {
inline_critical_css: true,
}
}
See Inline critical CSS for more details.
Released
jampack 0.21.0+