refactor: removed 1.x client files
This commit is contained in:
14
dev/config/postcss.config.js
Normal file
14
dev/config/postcss.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'autoprefixer': {},
|
||||
'cssnano': {
|
||||
preset: ['default', {
|
||||
discardComments: {
|
||||
removeAll: true
|
||||
}
|
||||
}]
|
||||
},
|
||||
'postcss-flexbugs-fixes': {},
|
||||
'postcss-flexibility': {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user