Make it so you can choose to save a CSS file with the critical css instead of inlining. Useful case for this would be to push the content of that file trough server push with HTTP/2.
See implementation of server push: https://www.smashingmagazine.com/2017/04/guide-http2-server-push/
Make it so you can choose to save a CSS file with the critical css instead of inlining. Useful case for this would be to push the content of that file trough server push with HTTP/2.
See implementation of server push: https://www.smashingmagazine.com/2017/04/guide-http2-server-push/