Skip to content

Commit 5c6c704

Browse files
aihansl
authored andcommitted
Disable Autoprefixer Grid
1 parent a161e5f commit 5c6c704

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
7373
loader,
7474
filename: `[name]${hashFormat.file}.[ext]`,
7575
}),
76-
autoprefixer({ grid: true }),
76+
autoprefixer(),
7777
];
7878
};
7979

0 commit comments

Comments
 (0)