-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
In 5cf7d175d66120b0e8262bef561f230cb6e31d11 several components got a11y support using a new SCSS resource.
The import is @import '../a11y/_a11y';
Which looks for the file in material/src/lib/a11y/_a11y
a11y is in core
The file exists in material/src/lib/core/a11y/_a11y
I don't know how the build passed but it's should be fixed
@import '../core/a11y/_a11y';
The files:
src/lib/button/button.scss
src/lib/card/card.scss
src/lib/dialog/dialog-container.scss
src/lib/menu/menu.scss
src/lib/select/select.scss
src/lib/sidenav/sidenav.scss
src/lib/slide-toggle/slide-toggle.scss
src/lib/snack-bar/snack-bar-container.scss
src/lib/tooltip/tooltip.scss
Metadata
Metadata
Assignees
Labels
No labels