mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2024-04-21 10:31:33 +00:00
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
tailwindcss: {}
|
|
}
|
|
}
|