auto-labeler / instance-labeler /postcss.config.js
dillonlaird's picture
added js
8040aeb
raw
history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}