postcss.config.js 93 B

123456
  1. export default {
  2. plugins: {
  3. '@tailwindcss/postcss': {},
  4. 'autoprefixer': {},
  5. },
  6. }