Files
CatsOfMastodonGo-Admin/postcss.config.js
2025-05-25 15:02:14 +03:30

7 lines
80 B
JavaScript

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