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