import scss from package code example
Example 1: sass import
@import 'path/to/file', 'other/file';
Example 2: scss npm import
npm uninstall node-sass
npm install node-sass@4.14.1
@import 'path/to/file', 'other/file';
npm uninstall node-sass
npm install node-sass@4.14.1