modrinth-code/apps/app-frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-08-22 00:21:45 -04:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}