aboutsummaryrefslogtreecommitdiffhomepage
path: root/tailwind.config.js
blob: e67c242380442aa96b33476cdb1daa8c6a5f5f93 (plain)
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
	content: ["./templates/**/*.html"],
	theme: {
		extend: {},
	},
	plugins: [],
};