feat: commandline chic

This commit is contained in:
Ahmad Abdolsaheb
2019-08-19 18:54:04 +03:00
committed by mrugesh
parent f0329da61a
commit 31e3d9b27e
75 changed files with 1303 additions and 635 deletions

7
client/postcss.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
plugins: {
autoprefixer: {
overrideBrowserslist: ['last 2 versions']
}
}
};