You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ViewEncapsulation in Material components makes things extremely hard to style without using ::shadow or /deep/ combinators (both of which are currently being deprecated).
We need to indicate to users that they can override component styles using a global CSS file, specified in the link tag of their index.html
Otherwise the components appear too rigid for actual use.
What is the expected behavior?
Documentation indicates easy way to customize styles for Materials components (e.g. link color on a card).
What is the current behavior?
No such documentation exists. Components appear excessively rigid/restrictive, as if you are locked in to specific styles, colors, etc.