DEV Community

Discussion on: Using Tailwind with Gatsby JS

Collapse
 
sebastienbarre profile image
Collapse
 
jakedohm_34 profile image
Jake Dohm

Thanks so much for sharing these!

For anyone who comes across these, a few notes:

  • The starter by Taylor Bryant is the only one that follows the same approach that this article does.
  • The LekoArts starter combines Tailwind and Styled Components, and the starter by Jason Lengstorf combines Tailwind with Emotion. Both of these are awesome, but different from my approach 😄

Lastly, Taylor Bryant's starter also includes PurgeCSS which removes all of the unnecessary Tailwind classes from your bundle!