aboutsummaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/tailwind.config.cjs
blob: 49971da79421b2d9ac6ec9bfceaab3074f5e78a0 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
	content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
	theme: {
		extend: {},
	},
	plugins: [],
};