Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Expect A Flash Of Unstyled Content FOUC In Dev With Tailwind 2 and Gatsby

I was seeing a Flash Of Unstyled Content (FOUC) in my Gatsby site after installing Tailwind 2 via the documentation.

Turns out that it does this when you run `gatsby develop`, but when you build the site with `gatsby build` the issue goes away. (Or, at least, it did with my small sample, TBD for larger builds, but it looks promising)