Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
16.44 KB
MD5: d986004fe2a4507b08abc8ddae0d75b3
SHA-1: 06a78e5d0203f707ad4653639e46a911be644922
SHA-256: 4a3619589bd90b4cb49175e9855d667246c2c0d682d92917940f4553c8ded66c
Download zip
25.22 KB
MD5: 431684f5b30fc79627d22ff656c68579
SHA-1: b947dbcf8114e22c92f1bbe471d71dfd6ba6dc62
SHA-256: 2d8b3588e4ab125f3334ef44c629655e8791f5054bea3905e0c16886b4a3ebbb
Release notes
Major rewrite with no breaking changes:
- Removes Filament Group's loadCSS in favor of using media="print", as documented on https://www.filamentgroup.com/lab/load-css-simpler/. This removes conflicts with BigPipe.
- Adds id="critical-css" to critical CSS tag
- Adds config schema
- Adds interfaces to allow extending/decorating Critical CSS service
- Decorates asset.css.collection_renderer instead of altering the container
- Updates doc
- Adds unit and functional tests