penti/frontend/postcss.config.cjs

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2026-01-31 23:30:51 +09:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}