Using SCSS with angular library created using angular-cli
问题 I have created an angular library project where I want to use SCSS for styles. So I have configured ng config schematics.@schematics/angular:component.styleext scss and this made an entry to angular.json file "schematics": { "@schematics/angular:component": { "styleext": "scss" } } Now I am using materialize-css UI library in my library components. And it requires to import its SCSS file. I am not seeing styles.scss file where I can import this and my components and other common styles? I