defrag-proto / postcss.config.js
cjo93's picture
Create postcss.config.js
75cb143 verified
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};