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