Files
ospab.host/ospabhost/frontend/postcss.config.js
2025-09-16 14:47:30 +03:00

6 lines
80 B
JavaScript

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