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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
css_shim.dart does not support ::shadow or /deep/, making it impossible to style nested components. Since css_shim adds [component-name] to every single rule, elements in nested components are not matched.
This also make it impossible to style elements from libraries outside of angular, such as charting libraries.