I have 4 scss files that i use in the majority of my components, i would like if the cli could put the imports inside of the scss file automatically when i do an ng generate component. Is this possible?
I've done some research on google but have had no luck. I'm using angular 7
i would like this to be automatically added to the top of my components generated scss file: @import "../../assets/scss/library.scss";