I want to move all the styles into a single stylesheet, no individual component styles. I can control my styles, however when I include @angular/material components, they are added as individual style tags:
I have a single styles.scss file, which already includes the material designs according to the docu.
// Include the default theme styles.
@include angular-material-theme($candy-app-theme);
How can I also add all the components into the single stylesheet?
from @angular/material styles in a single stylesheet

No comments:
Post a Comment