Currently, I am working on a nuxt project and utilizing bootstrap-vue as a styling module for my components.
I am unsatisfied with the default styles provided and wish to incorporate some customization. Specifically, I aim to modify the appearance of the navbar along with adding animations to the toggle button.
Could someone guide me on how to access and alter the bootstrap css files within my nuxt project?
Does anyone have any sample examples they could share?