How to correct combine multiple scss files in one css file?
My current configuration webpack.mix.js
mix.sass(
[
'resources/assets/sass/one.scss',
'resources/assets/sass/two.scss',
], 'public/css/style.css');
But it does not work.
I try first first mix.combined scss files, then mix.sass ...
But after 'npm run watch' i got looped crazy CLI.