I am trying to deploy a Laravel app on Digital Ocean from GitHub but for some reason, it looks like the CSS is not compiling as I used sass in the project.
I there were multiple errors related to bootstrap variables. So I removed the bootstrap import command from sass file and linked bootstrap through cdn instead. Seems to work just fine now. Also I don’t need to compile locally anymore.