fedi-feed-router/postcss.config.js

6 lines
78 B
JavaScript
Raw Permalink Normal View History

2026-01-22 21:53:12 +01:00
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};