paperless-gpt/web-app/postcss.config.js
2024-09-23 14:59:50 +02:00

6 lines
80 B
JavaScript

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