coursetags/tailwind.config.cjs

5 lines
72 B
JavaScript
Raw Normal View History

module.exports = {
mode: 'jit',
purge: ['./src/**/*.svelte'],
}