fedi-feed-router/frontend/postcss.config.js

6 lines
90 B
JavaScript
Raw Permalink Normal View History

2025-08-03 01:34:11 +02:00
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}