So i’m trying to use bootstrap classes in my scss files but they don’t get found and throw an error during compiling.
I’m trying to use Hiding Elements, d-none;
The error i get is
messageOriginal: Invalid CSS after "...de text-hide();": expected "}", was ".d-none;"
But when i comment out the issue and compile the css is can see the class .d-none in dist/styles/main.css. In fact i can see all these ‘helper’ classes!