open-webui/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2023-10-08 15:38:42 -07:00
export default {
2023-10-21 22:32:57 -06:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};