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