tailwind.config.js 130 B

123456
  1. module.exports = {
  2. purge: {
  3. content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'],
  4. },
  5. plugins: [],
  6. }