workflow-comics / postcss.config.js
zanekwok's picture
init
450060f
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}