summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/tailwind.config.js
blob: 627a00ab2ee6604a3854739887297bb22c3c565a (plain) (blame)
1
2
3
module.exports = {
  content: ['./src/**/*.{astro,html,js,jsx,svelte,ts,tsx,vue}'],
};