I'm looking to add an option to a module that gives users the power to override CSS styling. The option in system.xml looks like this:
<additional_css translate="label, comment">
<label>Additional CSS:</label>
<frontend_type>textarea</frontend_type>
<sort_order>2</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</additional_css>
Where I'm stuck is where to put the contents of this option. Ideally it is added to a CSS file that is loaded after the main module CSS is loaded. However I don't know if this is even possible. Anyone who has experience with this?