gitivity/postcss.config.js
2026-02-09 05:57:47 +05:30

6 lines
81 B
JavaScript

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