postcss.config.js 81 B

123456
  1. export default {
  2. plugins: {
  3. autoprefixer: {},
  4. tailwindcss: {},
  5. },
  6. };