What is the best way to customize or theme bootstrap? I have heard that using sass to override bootstrap variables is recommended, but how can I integrate this into the Vue webpack workflow?
I tried searching online and found suggestions to edit the vue.config.js file to add scss loader to webpack. However, I cannot locate the required file.
Here is my directory structure for reference
The project was set up using vue-cli v3.4 and I am working with vanilla bootstrap, not the bootstrap-vue components.