Long story short: Is it possible to use bootstrap with sass @use and @forward?
Searching around on google a little I can't seem to find an answer to this. @import works but people seem to have problems when it comes to using @use and @forward.
I'm about to work on a school project that requires us to use bootstrap. Just figured out how to use @use and @forward. But if it doesn't work with bootstrap, I will have to go back to @import.
Thanks in advance!