freshguard/postcss.config.js
2024-11-30 17:55:43 +07:00

6 lines
79 B
JavaScript

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