Eliminate flash of unstyled content

前端 未结 12 1999
一个人的身影
一个人的身影 2020-11-28 02:39

How do I stop the flash of unstyled content (FOUC) on a web page?

12条回答
  •  离开以前
    2020-11-28 03:00

    No one has talked about CSS @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

提交回复
热议问题