Include order of stylesheets changes, when comparing to localhost and published

I want the https://static.example.com/admincss/styles.css to load last - I have selected it to be at the bottom of the include order, but when publishing through bootstrap studio, it is placed second to last.

And the last one is the minified version of all the other css files.

Regards, Michael https://ruprect.bss.design

enter image description here

Thanks for starting this thread! This is by design, as usually external stylesheets are libraries that need to be included first in the page. But we can improve this logic so that the minified stylesheet takes the place of the first local css file. This way you will be able to place external stylesheets on both sides of the minified one.

Until this is ready, a workaround to include your external stylesheet last is to include it as a <link> in Settings > Head Content.