mirror of
https://github.com/mayswind/ezbookkeeping
synced 2026-04-21 13:37:43 +00:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'autoprefixer': {
|
|
logical: false
|
|
},
|
|
'postcss-preset-env': {},
|
|
},
|
|
};
|