Skip to content

Commit 182ca9b

Browse files
committed
wip: Test disabling autoprefixer
1 parent bf0ca88 commit 182ca9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
plugins: [require('autoprefixer')],
2+
// plugins: [require('autoprefixer')],
33
};

0 commit comments

Comments
 (0)