How to use Sass and Tailwind CSS in Laravel and Vite

preview_player
Показать описание
In this video, we will learn how to install Sass / SCSS and Tailwind CSS in a Laravel project using Vite JS. The new Laravel app has used Vite so we are going to learn how to config Vite to use Sass and Tailwind. I'll teach you every thing step by step and do it by following the Tailwind CSS and Vite documentation from its official website.

At the end of this video, you will know how to use Sass and Tailwind in Laravel with Vite. If you don't know how to set up SCSS and Tailwind in Laravel, this video must be watched !!

Рекомендации по теме
Комментарии
Автор

If you have a bit of a bigger project, you might want to split up your app.scss into different, smaller files to make things more manageable. For example next to your app.scss, you'd want a _settings.scss, _header.scss, _footer.scss or things like that.
How would you go about that?

jakke
Автор

Hi, do you have any tutorial on how to use Postcss with Laravel?

akilaliyanage