We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386dc2f commit 05a234cCopy full SHA for 05a234c
test/css-in-js.js
@@ -37,7 +37,7 @@ describe("CSS in JS", () => {
37
`;
38
return postcss([
39
autoprefixer({
40
- browsers: ["Chrome > 10"],
+ overrideBrowserslist: ["Chrome > 10"],
41
}),
42
]).process(
43
code,
0 commit comments