paperless-gpt/web-app/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-09-23 07:59:50 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}