anything-llm/embedded-app/postcss.config.js
2024-01-24 17:20:26 -08:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}