RoadRentals/postcss.config.js
2026-03-30 17:24:23 +05:30

6 lines
80 B
JavaScript

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