Setting up TailwindCSS with SASS in Laravel
Start
Before beginning, make sure you have Composer and npm installed.
First, create a Laravel project.
Install dependencies
Next, install Laravel's npm dependencies by running the following commands:
npm install
npm install tailwindcss
Sass comes w...
dev.cathzchen.com1 min read