Site icon 峰哥分享

Use SASS .scss style sheet with Angular 2+

SCSS is build in with angular 2+.
To use SCSS in your project, 
change the style.css file to style.scss
then change style.css to style.scss in your .angular-cli.json file.
All done.