aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: fa25f55c0bc5680e8384a2cf7bfdaf0158183e75 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
	content: [
		"./index.html",
		"./src/**/*.{vue,js,ts,jsx,tsx}",
	],
	theme: {
		extend: {},
	},
	plugins: [],
}