Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Add Styles To Tailwind 2

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

bash
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 [TODO: Code shorthand span ] file in Gatsby after walking through the Tailwind install.

An example :

css