feat: commandline chic
This commit is contained in:
committed by
mrugesh
parent
f0329da61a
commit
31e3d9b27e
7
client/postcss.config.js
Normal file
7
client/postcss.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {
|
||||
overrideBrowserslist: ['last 2 versions']
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user