tailwind.config.js 124 B

1234567
  1. module.exports = {
  2. content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  3. theme: {
  4. extend: {}
  5. },
  6. plugins: []
  7. };