aboutsummaryrefslogtreecommitdiffstats
path: root/tailwind.config.cjs
blob: aac61b2ed805a0c39964b2ba99d9c260a5fa17c1 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
	content: ["./src/**/*.{html,js,svelte,ts}"],
	theme: {
		extend: {},
	},
	plugins: [],
};