postcss.config.js 163 B

123456789
  1. import tailwindcss from 'tailwindcss';
  2. import autoprefixer from 'autoprefixer';
  3. export default {
  4. plugins: {
  5. tailwindcss: {},
  6. autoprefixer: {}
  7. }
  8. };