mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-23 15:37:59 +01:00
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {
|
|
config: './renderer/tailwind.config.js',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|