An open API service indexing awesome lists of open source software.

https://github.com/ooloth/gatsby-v2-css-test

A demo Gatsby v2 site to demonstrate the FOUC in development when using global CSS.
https://github.com/ooloth/gatsby-v2-css-test

Last synced: 10 months ago
JSON representation

A demo Gatsby v2 site to demonstrate the FOUC in development when using global CSS.

Awesome Lists containing this project

README

          

# gatsby-v2-css-test

A demo Gatsby v2 site to demonstrate the FOUC in development when using global CSS (Tachyons in this example).

## tl;dr

There is a FOUC in development (when styles are not inlined).

The FOUC disappears in production (when styles are inlined).