Hi:
I am using webpack, I wanted to use your SASS folder to install and compile all scss into one style file by running command:
.sass('path/to/sass/folder/style.scss', 'public/css');
to generate a style.css and then link it into my application but there are some issues:
- There is no installing scss file that contains @import for example :
style.scss
I can do it by adding a new file. Would you add this file with options to install necessary files?
2)In sass folder I couldn't find scss files for fonts, how may I use sass files to includes fonts?
Thanks,
Rega.
