How to configure Create-React-App to use TailwindCSS Blog

added by JavaScript Kicks
7/24/2019 7:08:19 AM

1599 Views

Recently, I tried using TailwindCSS in a React project bootstrapped by the Create-React-App (CRA) boilerplate and ran into difficulties setting up TailwindCSS as CRA abstracts configuration. To make custom configurations, we would have to eject Create-React-App to have full access to tinker with the configurations, which also means a much more tedious setup and should anything break...you're on your own.


0 comments