I\'m not seeing this issue in any other browser that I\'ve tested - IE, Chrome, Opera - but whenever I load a page from the server, I\'m seeing a flash of unstyled content befor
In my case the reason of FOUC in FF was the presence of iframe on page. If I removing iframe from markup then FOUC disappears.
But I need iframe for my own hacking reasons so I changed this
into this
I've added this inline JS right in template just for readability: in my case this code runs once per page. I know that it's dirty hack, so you can add this code in separated JS-file.
The problem was in Firefox Quantum v65.