tailwind.config.js 187 B

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