codeforcauseorg / pledge

We pledge to Code for Cause

Home Page:https://pledge.codeforcause.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delay in loading CSS

SKAUL05 opened this issue · comments

Description

When I open the site Pledge, there is a delay in loading CSS.
It takes close to 1s to load the CSS.

Pledge_Issue

It is discussed here:

If you're using a css-in-js library, you need to install its corresponding gatsby plugin to ensure that the css for pages is extracted and added to the generated HTML as otherwise, css isn't added until after the JS loads which causes the delay you see.

gatsbyjs/gatsby#9902 (comment)

closed with #45