I have a weird issue. When my final uploaded SSG page loads, somehow it just loads the raw HTML first and after approx. 160ms the CSS kicks in. That causes a flashing/flickering. Shouldn't the CSS be integrated into the pages <head> section? I am using TailwindCSS and PostCSS. Might these have to do something with it? Is this behaviour normal?
Kind regards.