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.

Add Styles To Tailwind 2

NOTE: In order to get this to work, I had to:

Code

rm package-lock.json
rm -rf node_modules
npm install

Tailwind removes most default styles via it's `preflight`. Global/base styles can be added back in in the `syltes/global.css` file in Gatsby after walking through the Tailwind install.

An example:

Code