protogen.social-temp/postcss.config.js

7 lines
73 B
JavaScript
Raw Normal View History

2025-01-25 15:25:28 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};