Skip to content

Commit 05a234c

Browse files
committed
Fix Autoprefixer warning
1 parent 386dc2f commit 05a234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/css-in-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("CSS in JS", () => {
3737
`;
3838
return postcss([
3939
autoprefixer({
40-
browsers: ["Chrome > 10"],
40+
overrideBrowserslist: ["Chrome > 10"],
4141
}),
4242
]).process(
4343
code,

0 commit comments

Comments
 (0)