Using bootstrap 4 classes in scss files

It’s hard to troubleshoot your issue without seeing any of your code. Is this the code you’re talking about?

If so, you’re writing it as though it were LESS, not scss. You need to use @extend.

http://sass-lang.com/guide#topic-7

1 Like