Can you tell me how to add scss file to the stackblitz. I tried that.But it is not working. Please see that and let me know.
scss
stackblitz
I have tried t
Above answer does not work anymore. Update:
@Component({ selector: 'page-home', templateUrl: 'home.html', styleUrls: [ 'home.scss' ] <== add this })
Also - the styles must go in the most outside block and shouldn't go under other block.