'how to move sass to laravel

#ask

Hello I want to ask,

Now I'm working on a college project, using laravel, when I enter the Blade Templating stage in Laravel ... I'm having trouble trying to move the .sass file to my Laravel project.

because previously when making the initial appearance of the website that I created, I used sass.

the question is, how do you get the .sass file to run in laravel?

#first-effort previously I've searched on google and got the same question on stackoverflow... he suggested to install npm "npm install", then move all my css and sass files to resources/assets/sass after that run the command "npm run dev" , then it says all files will go to the app.css file

but after I try to run it, the result is still the same.

#my sass photo https://imgur.com/a/xVNChUh

#Project display now when run https://imgur.com/a/VQl242R (there is some styling because I made some styling in main.css, but the rest is in the sass file, so it looks messy like that)

#My Project display "should" (this is still running using html css on local) https://imgur.com/a/Az8nx1W

Please help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source