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