Skip to content

Commit 917f002

Browse files
authored
build: fix broken build (#29699)
Fixes a build that was breaking after #29688.
1 parent 54875a3 commit 917f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/theming/tests/m3-theme.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {parse, Rule} from 'postcss';
1+
import {parse} from 'postcss';
22
import {compileString} from 'sass';
33
import {runfiles} from '@bazel/runfiles';
44
import * as path from 'path';

0 commit comments

Comments
 (0)