tailwind.config.js 129 B

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