open-webui/postcss.config.js
Timothy Jaeryang Baek a79a6a5c34 chore: format
2025-02-17 18:51:40 -08:00

6 lines
64 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {}
}
};