Is this supposed to work?
I'm trying to add to my inline style with this in a partial included in base.html.twig using {% include 'xxx-xxx.html.twig' %}but it isn't working. If i add the same {% do assets.addInlineCss('') %} in base.html.twig it works.