postcss.config.js 84 B

123
  1. module.exports = {
  2. plugins: [require('tailwindcss'), require('autoprefixer')],
  3. };