comics / postcss.config.js
aigorithm's picture
commit
2254a72
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}