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 55bc89a commit 0f82564Copy full SHA for 0f82564
packages/@angular/cli/models/webpack-configs/styles.ts
@@ -134,7 +134,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
134
},
135
{ url: 'rebase' },
136
]),
137
- autoprefixer(),
+ autoprefixer({ grid: true }),
138
].concat(
139
minimizeCss ? [cssnano(minimizeOptions)] : []
140
);
0 commit comments