mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2026-09-20 03:16:37 +00:00
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
tailwindcss: {}
|
|
}
|
|
}
|