Files
agent_test/postcss.config.js

7 lines
94 B
JavaScript
Raw Permalink Normal View History

2026-03-07 10:26:20 +07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}