summaryrefslogtreecommitdiff
path: root/examples/tailwindcss/tailwind.config.js
blob: 279237052302f1c6ed6e075e2023f19fdb4de68c (plain) (blame)
1
2
3
4
module.exports = {
  mode: 'jit',
  purge: ['./public/**/*.html', './astro/**/*.{astro,js,jsx,ts,tsx,vue}'],
};