tailwind.config.js 95 B

1234
  1. export default {
  2. content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  3. plugins: []
  4. };