hfcron / postcss.config.js
Ajitdoval's picture
Create postcss.config.js
fe45755 verified
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}