Currently the CSS is injected inside head node and JS inside body node.
The issue here is that I have custom twig blocks that I want to appear where they were placed.
So I want my CSS style to appear above it or I want my js to appear before any other block
Would you have any ideas on that?
Currently the CSS is injected inside head node and JS inside body node.
The issue here is that I have custom twig blocks that I want to appear where they were placed.
So I want my CSS style to appear above it or I want my js to appear before any other block
Would you have any ideas on that?