Hi,
I know unpoly wants you to either load all JS or CSS upfront or load site specific JS CSS with JS.
In case of a JS library (slider, maps) I can see that this is the way to go, since JS is needed anyways, but how to deal with site specific CSS the best?
The CMS I use adds site specific files either as <link> element in the header or places inline <style> there as well.
Both gets ignored by unpoly, using `up-dash` etc.
The only way to load additional CSS seems to be adding <link> or <style> to the HTML fragment that gets loaded?
Did I miss something, how do you deal with that in a non JS way?