mirror of
https://github.com/pmret/website.git
synced 2024-11-08 20:12:54 +01:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
"postcss-preset-env": true,
|
||
|
},
|
||
|
}
|