In Magento 1.x, posso aggiungere i file CSS nella testa usando l'helper come sotto il codice.
<reference name="head">
<action method="addCss"><stylesheet helper="module/helperclass/helperfunction"/></action>
</reference>
Qualcuno sa come farlo in Magento 2?