storytelling-backup / frontend /postcss.config.js
lucy1118's picture
Upload 53 files
efc9173 verified
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};