Load modules css in footer

Is there an option to define where the custom mudule css can be loaded? I have modules that i wanted to have the css loaded in the footer, but im not able to see how.

Hi @Miguel4Teixeira ,

Sadly, no, but you can make the module.css load async by setting the css_render_options to {“async”: true}.

Check the options for the meta.json

Hi @Teun ,

I already have seen that option and it helps, but in many cases is not necessary to have the css in the header, and I think it was a nice feature to have, just like the setting css_render_options.