Files
home_stock/frontend/postcss.config.js
2026-01-28 19:22:30 +01:00

7 lines
80 B
JavaScript

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