CSS Generation

Is there a way to get the CSS to stop generating inline? I would like for it to all be external files. At the very least stop writing it like this…

<style id="XWY">
CSS STUFF
</style>

Hi @verobeachmarketing,

The inline CSS is generated dynamically at the runtime based on the settings and the attribute values. And there is no way to add this into the external files.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.