postcss.config.js 80 B

il y a 1 an
123456
  1. export default {
  2. plugins: {
  3. tailwindcss: {},
  4. autoprefixer: {},
  5. },
  6. }