open-webui/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

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