agent-go / postcss.config.js
arudradey's picture
Create postcss.config.js
03c20d0 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};