Is it possible to use scss files from a node_modules package? For example:
@import 'bootstrap/scss/bootstrap.scss';
@import '../node_modules/bootstrap/scss/bootstrap.scss';
In both cases I can’t import this from /scss folder.
Is it possible to use scss files from a node_modules package? For example:
@import 'bootstrap/scss/bootstrap.scss';
@import '../node_modules/bootstrap/scss/bootstrap.scss';
In both cases I can’t import this from /scss folder.