summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/tailwind.config.cjs
blob: 2282e757dc47e520d01af3e5f3af91770241387a (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
	content: [],
	theme: {
		extend: {},
	},
	plugins: [],
};