Add Styles To Tailwind 2
February - 2021
NOTE: In order to get this to work, I had to:
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: