Skip to content

Commit

Permalink
build: fix broken build
Browse files Browse the repository at this point in the history
Fixes a build that was breaking after #29688.
  • Loading branch information
crisbeto committed Sep 5, 2024
1 parent 54875a3 commit 2f0e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/theming/tests/m3-theme.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {parse, Rule} from 'postcss';
import {parse} from 'postcss';
import {compileString} from 'sass';
import {runfiles} from '@bazel/runfiles';
import * as path from 'path';
Expand Down

0 comments on commit 2f0e3ff

Please sign in to comment.