storytime / frontend /postcss.config.js
lucy1118's picture
Upload 93 files
697b7ab verified
raw
history blame contribute delete
89 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};