Open
Description
Hello,
I realy would like to understand the project better, and would love to hear from your feedback.
Can I use this lib to integrate custom material themes for my custom components in my project?
https://material.angular.io/guide/theming-your-components
The problem with the "official" approach is that it breaks the encapsulation, and I think css vars are much easier, so I could just do something like:
@include variables
color: var(PrimaryColor);
Also I think the first sentence is not very clear :D Im not hear to learn about rainbows :O
Feedback? :)