Skip to content

Commit 94ea13c

Browse files
authored
build: fix wrong import path (#22510)
Fixes a path that is wrong, because the PR was opened before we renamed the file.
1 parent bf99037 commit 94ea13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/paginator/paginator.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
$padding: 0 8px;
44
$page-size-margin-right: 8px;

0 commit comments

Comments
 (0)