The default location for assets like scss in laravel projects is: resources/assets I moved the scss files to the correct location and thereby fixed the gulp watch command. I noticed that the normalize.css(all.min.css) file has been modified and doesn't contain the
Original Content. Is there a plan to start using the scss version of normalize and move the custom css rules in normalize.css to a new scss file?
The default location for assets like scss in laravel projects is: resources/assets I moved the scss files to the correct location and thereby fixed the gulp watch command. I noticed that the normalize.css(all.min.css) file has been modified and doesn't contain the Original Content. Is there a plan to start using the scss version of normalize and move the custom css rules in normalize.css to a new scss file?