astro/examples/tailwindcss/tailwind.config.js

5 lines
112 B
JavaScript
Raw Normal View History

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