php-developer/postcss.config.js
2026-01-26 18:40:00 +00:00

6 lines
93 B
JavaScript

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