I am using one and the same mod 15 times within the same project. It is a simple Headline-Element with some text inside.
My goal is to manage the CSS for those 15 mods within one central place. Currently I am managing 15 css-instances separately inside each of those 15 mods. This also means I need to do each css-adjustment 15 times!
I am aware I can paste the css into an external stylesheet and bind that stylesheet into each of the 15 mods.
But what I would really like to do is to manage that external css-file inside anymod.
Therefore, my question is if there is a way to create an external CSS-file within anymod and then reference my 15 Mods towards that external Anymod-CSS-file?
I wonder if I can create a separate mod to merely manage barebone CSS inside of it. Next I would like to provide a reference-path towards that “external” anymod-Css-“file” for each of my 15 mods.
Basically, I am looking for a css-file to manage and edit the CSS for a larger number of Mods within the same project , and without having to store that CSS-file on my server.
Is there a siutable way to create and manage such a css-file with anymod?