Skip to content

Commit 7b7c1cf

Browse files
authored
build: fix broken import paths (#22415)
1 parent d3cb72e commit 7b7c1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material-experimental/mdc-list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use '@material/list' as mdc-list;
22
@use '../mdc-helpers/mdc-helpers';
33
@use '../../material/core/style/layout-common';
4-
@use '../../cdk/a11y/a11y';
4+
@use '../../cdk/a11y';
55

66
@include mdc-list.deprecated-without-ripple($query: mdc-helpers.$mat-base-styles-query);
77

src/material/datepicker/datepicker-toggle.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '../../cdk/a11y/a11y';
1+
@use '../../cdk/a11y';
22

33
.mat-form-field-appearance-legacy {
44
.mat-form-field-prefix,

0 commit comments

Comments
 (0)