Hi,
I’m having an issue with the order in which the Component JS and Global JS are injected onto the page. The Component JS is currently being injected before the Global JS, and I need to change this so that the Global JS loads first. I’m trying to set CSS variables globally and make them available for different components.
I’m wondering if you have any suggestions on how to do this.