How to add TailwindCSS in Next.JS

Опубликовано: 06 Октябрь 2024
на канале: A shot of code
1,882
27

In this video we look at how to integrate Tailwind CSS into a NextJS project. We can use the PostCSS plugin for Tailwind in this instance so no need to mess around with the NPM scripts to run 'npx tailwindcss -i file1 -o file2' so a lot cleaner than some other integrations.