How to import main Bootstrap SCSS into custom SCSS?

Hello, I'm trying to style some custom code to my site's theme using custom SCSS. The classes of the elements can't be changed as they're generated by an external script on load. I'm wondering how I can use @import to import the main SCSS of Bootstrap into my custom SCSS so I can extend parts of my Bootstrap theme.

Thanks,

Kate

I am wondering about the same Kate.

I've just downloaded the bootstrap scss files for Bootstrap v4.1.3 and added them manually into my 'Styles' folder.

They link well from your styles.scss if you do:

@import 'scss/bootstrap';