Skip to content

Some SCSS files refer to invalid path (a11y) #2133

@shlomiassaf

Description

@shlomiassaf

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

@crisbeto @mmalerba

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions