How do I stop the flash of unstyled content (FOUC) on a web page?
No one has talked about CSS @import
@import
That was the problem for me i was loading two extra style sheets directly in my css file with @import
Simple solution: Replace all @import links with