import sass file to your project code example
Example 1: sass import
@import 'path/to/file', 'other/file';
Example 2: how to add sass to a project
npm install -g sass
@import 'path/to/file', 'other/file';
npm install -g sass