Using scss files from gem for project

Hey folks,
I’m currently working on a bootstrap 4 based template. Therefore I normally include the node_modules into my project dir and link the scss files. But now I discovered the is gem based package.

So is there a way to set the saas config line load_paths or saas_dir to include the scss file directly from the gems? - It would be awesome to handle the dependencies this way and working just with bundler to update them :smiley: