SUBD_Transport_Company/postcss.config.js
2024-01-16 15:14:13 +04:00

7 lines
93 B
JavaScript

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