This PR integrates the Tailwind CSS library into the project.
I have followed the Tailwind documentation to add the library to this project. In addition to adding the styles to the gatsby-browser.js file, I have also included them in the gatsby-ssr.js file, to have consistency.
This PR integrates the Tailwind CSS library into the project.
I have followed the Tailwind documentation to add the library to this project. In addition to adding the styles to the
gatsby-browser.js
file, I have also included them in thegatsby-ssr.js
file, to have consistency.