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