postcss.config.js 69 B

123
  1. export default {
  2. plugins: { tailwindcss: {}, autoprefixer: {} },
  3. }