Skip to content

Commit 62190ab

Browse files
clydinhansl
authored andcommittedJan 25, 2018
fix(@angular/cli): maintain autoprefixer backward compatibility
1 parent 68d5a57 commit 62190ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/@angular/cli/models/webpack-configs/styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
122122
},
123123
{ url: 'rebase' },
124124
]),
125-
autoprefixer(),
125+
autoprefixer({ grid: true }),
126126
];
127127
};
128128
(postcssPluginCreator as any)[postcssArgs] = {

0 commit comments

Comments
 (0)