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