(Magento 2.1.4) I am trying to add my 'above the fold' CSS in to the <head> section.
I know I can add it in via Content > Configuration > HTML Head however the issue with this is that it loads it AFTER the merged/minified deployed CSS files.
I've tried just putting <style>CSS</style> in to my default_head_block.xml but that doesn't work. And as far as I can tell you can't put a block in to this XML (I might be wrong though)
What is the best method?
Thanks