Compiling multiple Scss files to multiple Css outputs
I'm currently developing a site with white labeling functionality and need multiple CSS files in order to select the styling for each white label. The problem is that Laravel Mix is only spitting out 1 app.css file and not the others.
But this does not work as of last year I believe. Is there a way to currently do this? I tried to install the previous version of Mix when this worked but I encounter errors with the old version.
@BOBBYBOUWMANN - Hi Bobby, as I said in the post I tried this but it does not work. The files are generated but they are empty. Only the first, App.scss is compiled successfully.
@BOBBYBOUWMANN - Yeah, I got it working. For some reason thought I could spit out my css and then override one variable and it would override the variable everywhere in the sheet. In the end I figured I just needed to spit out the same sheet with the variable being a different colour in each sheet. It works as intended now :)