EZOFISOCR / frontend /postcss.config.cjs
Seth
Update
8e8c6a4
raw
history blame contribute delete
87 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};