1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-23 15:37:59 +01:00
Whalebird-desktop-client-ma.../renderer/postcss.config.js
2023-11-02 01:20:27 +09:00

9 lines
134 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {
config: './renderer/tailwind.config.js',
},
autoprefixer: {},
},
}