Purdue-ACM-SIGAPP / mixtape-frontend

0 stars 1 forks source link

Configured TailwindCSS to work in React Native using Nativewind #37

Closed ColinWu0403 closed 10 months ago

ColinWu0403 commented 10 months ago

Tailwind CSS should now work in the project. All you have to do on your local is to do npm install to install the new dependencies. To reduce boilerplate, some of the less complicated styling on the elements will be changed to use TailwindCSS. All you have to do to style an element using TailwindCSS is to add a className="" in the element and it should apply the styles to it.

Read more about TailwindCSS: https://tailwindcss.com/