db-backup-tool/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-05-12 06:00:04 +07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}