Description
Bug, feature request, or proposal:
Documentation Update:
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.
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
Is there anything else we should know?
Referred here by Martin.