ng config schematics.@schematics/angular:component.style scss "schematics": { "@schematics/angular:component": { "style": "scss" } ... } https://medium.com/motf-creations/migrate-from-css-to-scss-stylesheets-for-existing-angular-application-d61f8061f5b7 Migrate from CSS to SCSS stylesheets for existing Angular application A quick guide to using SCSS in an application that was scaffolded to use t..