Files
unraid-monitor/frontend/postcss.config.js
T
Pit Friedrich 84c9e3f855 Initial commit
2025-11-15 14:58:44 +01:00

6 lines
91 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}