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