mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +01:00
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|