php-admin/postcss.config.js
2026-01-26 20:48:24 +00:00

6 lines
93 B
JavaScript

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