astro/examples/tailwindcss/tailwind.config.js
2021-04-14 10:36:00 -06:00

4 lines
112 B
JavaScript

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