I have my standard styles-m and styles-l stylesheets.
I also have a custom.css stylesheet that loads later than those 2.
On both staging and production everything loads in that order, but in development, styles.css loads later than the other 2.
As a result, I often don't end up with consistent results between dev and production. How can I make things load in the correct order in development?
Thanks