Trying to build custom workflow with gulp, panini, mustache, sass and one of my problem is including partials from node_modules, here is example from main.scss file:
@import "node_modules/bootstrap/scss/mixins";
@import "settings";
How to avoid typing full path to _mixins.scss?