mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'postcss-preset-env': {},
|
||
|
},
|
||
|
};
|