postcss.config.js 102 B

1234567
  1. // postcss.config.js
  2. export default {
  3. plugins: {
  4. tailwindcss: {},
  5. autoprefixer: {},
  6. },
  7. };