You can import other (S)CSS files from the node_modules directory by using ~.

2018-08-01

You can import other (S)CSS files from the node_modules directory by using ~.

For example:

@import "~my-module/my-file.scss";

Where my-module would be a module installed e.g. with npm or yarn.

Some links where this can be seen: