You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm running into an issue with loading my styles at an efficient pace. I'm using skel.init to initialize my breakpoints, styles, aswell as a few containers. On page load, no styles are applied and the page is viewed in raw html. The styles are later added after about 200ms, which is quite noticable. Is there a fix for this?
The text was updated successfully, but these errors were encountered:
EDIT: Upon closer inspection the FOUC is probably mostly caused due to script blocking when jQuery and friends are loaded in the document HEAD. Move them to the bottom of the body to improve the UX.
Hi, I'm running into an issue with loading my styles at an efficient pace. I'm using skel.init to initialize my breakpoints, styles, aswell as a few containers. On page load, no styles are applied and the page is viewed in raw html. The styles are later added after about 200ms, which is quite noticable. Is there a fix for this?
The text was updated successfully, but these errors were encountered: