mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
2462ece7a6
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
purge: ['./public/**/*.html', './src/**/*.{astro,js,jsx,ts,tsx,vue,svelte}'],
|
|
};
|