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