Midday / packages /ui /postcss.config.js
Jules
Final deployment with all fixes and verified content
c09f67c
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};