Delay generating css

When my site loads the first time, during a few miliseconds, the site is broke, without css, after that the site looks fine. How Can I avoid this behaviour?

hi @ferran.puigmar, first of all welcome to the Frontity Community, hope you are enjoying it.

Frontity loads Styled CSS very smoothly and takes time to load basic CSS.

Previously I also tried bootstrap and Material UI, but with both UI frameworks, it loads the CSS after a few milliseconds.

Then I tried Chakra-UI and finally, that worked properly. Here is the working example of the site - BabaCric

Tip :bulb:

Material UI also provides styled CSS, but I did not try it, you can check that.

1 Like

Thanks @santoshdevnath15 !