cointube / postcss.config.js
salomonsky's picture
Create postcss.config.js
56cc2ce verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}