opengis/postcss.config.js
2025-01-29 08:58:46 +07:00

7 lines
80 B
JavaScript

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