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 68d5a57 commit 62190abCopy full SHA for 62190ab
packages/@angular/cli/models/webpack-configs/styles.ts
@@ -122,7 +122,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
122
},
123
{ url: 'rebase' },
124
]),
125
- autoprefixer(),
+ autoprefixer({ grid: true }),
126
];
127
};
128
(postcssPluginCreator as any)[postcssArgs] = {
0 commit comments