astro/examples/tailwindcss/tailwind.config.js
Jeffrey Jose 2462ece7a6
Add .svelte to the tailwind config (#444)
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
2021-06-15 12:51:42 -04:00

4 lines
117 B
JavaScript

module.exports = {
mode: 'jit',
purge: ['./public/**/*.html', './src/**/*.{astro,js,jsx,ts,tsx,vue,svelte}'],
};