open-webui/postcss.config.js

6 lines
64 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: {
2025-02-17 18:51:40 -08:00
'@tailwindcss/postcss': {}
2023-10-21 22:32:57 -06:00
}
};