UWB-webapp/postcss.config.js
2025-08-20 15:14:34 +02:00

6 lines
No EOL
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}