Martin Fletcher
Martin Fletcher
A good approach is to just create a BEM structure for your markup, and extend the relevant bootstrap classes into your SCSS. You can then have a set of variables...
When using this approach, you need to initialise the bootstrap js components yourself, as by convention, the bootstrap javascript looks for the bootstrap classes.
@GabrielSantosLemos - Are you using bootstrap via jQuery or the ESM modules? Take a look at the docs for info: https://getbootstrap.com/docs/5.0/getting-started/javascript/