Place2Play / client /postcss.config.js
3v324v23's picture
feat: initial clean deploy without binary assets
1d87050
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};