FE/Angular
[ ANGULAR ] Config CSS -> SCSS
HEON.D
2022. 3. 15. 01:29
ng config schematics.@schematics/angular:component.style scss
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
...
}
Migrate from CSS to SCSS stylesheets for existing Angular application
A quick guide to using SCSS in an application that was scaffolded to use the default stylesheet.
medium.com