hub-api / postcss.config.js
Esteves Enzo
init
5916048
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}