説明なし

postcss.config.js 92B

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