truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

bug: tailwind css not working #194

Closed akhileshthite closed 1 year ago

akhileshthite commented 1 year ago

TailwindCSS react installation does not work with the react truffle box.

https://tailwindcss.com/docs/guides/create-react-app

cliffoo commented 1 year ago

Hey @akhileshthite, this box recently moved to using webpack + babel and not create-react-app anymore. Please refer to tailwind's guide for using postcss to add tailwind to this box. Thanks!