In Magento 1.x, I can add the CSS files into the head using the helper like below code.
<reference name="head">
<action method="addCss"><stylesheet helper="module/helperclass/helperfunction"/></action>
</reference>
Anyone know how to do this in Magento 2?