Answer the question
In order to leave comments, you need to log in
How to transfer sass and css files from resources folder to public folder?
Tell me who knows.
There are 2 files in the resources folder - test.sass, test.css I need to transfer them into one file in the public / app.css folder
Through webpack.mix.js
I tried
mix.style([
"resources/test.css"
] , "public/css/app.css");
mix.sass("resources/test.sass", "public/css/app.css");
css has spilled over and sass hasn't.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question