aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/postcss.config.js
blob: 017b34b9cb30a05454c552feb323c441ee1d0744 (plain)
1
2
3
4
5
export default {
	plugins: {
		"@tailwindcss/postcss": {},
	},
};