Skip to content

Commit 0f82564

Browse files
clydinhansl
authored andcommitted
fix(@angular/cli): maintain autoprefixer backward compatibility
1 parent 55bc89a commit 0f82564

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-configs/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
134134
},
135135
{ url: 'rebase' },
136136
]),
137-
autoprefixer(),
137+
autoprefixer({ grid: true }),
138138
].concat(
139139
minimizeCss ? [cssnano(minimizeOptions)] : []
140140
);

0 commit comments

Comments
 (0)