How do I use separate scss files for each Laravel blade file?
Project setup The project is laravel 10 setup with sail and thus using vite. Also bootstrap 5 and bootstrap icons is added through npm. What I want to achieve I am using blade components and I want each component to…