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
build: remove incorrect sass binary for mdc-tabs theme (#18097)
We never want to build a CSS file for Sass partial files. The
CSS files would be empty since the sources only contain mixins.
The `_mdc-tabs.scss` file is a plain partial consumed by the
theming and typography system. Building it through `sass_binary`
is unnecessary and causes ambiguous dependency setup (two rules with
separate dependencies)
0 commit comments