tailwind.config.js 186 B

123456789
  1. /** @type {import('tailwindcss').Config} */
  2. export default {
  3. content: [],
  4. purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  5. theme: {
  6. extend: {},
  7. },
  8. plugins: [],
  9. }