Files
notify/frontend/postcss.config.js
Michael Dong a98e12f286 first commit
2026-02-05 11:24:40 +08:00

7 lines
94 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};