open-webui/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2023-10-09 00:38:42 +02:00
export default {
2023-10-22 06:32:57 +02:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};