firecrawl/apps/ui/ingestion-ui/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-07-24 14:27:50 -04:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}