I am seeking advice on transitioning my current web application to a Vue 3 application. Currently, I am using scss in my files with a main.css and main.scss folder structured as follows:
main.css folder:
bootstrap.min.css
font.css
responsive.css
style.css
main.scss folder:
_responsive.scss
style.scss
I'm feeling confused about how to incorporate scss and css globally, along with Bootstrap 4, into my Vue app. I've searched numerous questions on StackOverflow without finding a solution. Can anyone provide some suggestions?