php-developer/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2026-01-26 18:40:00 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};