mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-13 22:47:33 +08:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'autoprefixer': {
|
|
logical: false
|
|
},
|
|
'postcss-preset-env': {},
|
|
},
|
|
};
|