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