Axion/postcss.config.js
2025-12-07 12:14:33 -04:00

9 lines
82 B
JavaScript

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